diff options
Diffstat (limited to 'community/libvirt-python/PKGBUILD')
-rw-r--r-- | community/libvirt-python/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libvirt-python/PKGBUILD b/community/libvirt-python/PKGBUILD index 733223a9a..39f7890d6 100644 --- a/community/libvirt-python/PKGBUILD +++ b/community/libvirt-python/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt-python -pkgver=1.2.3 +pkgver=1.2.5 pkgrel=1 pkgdesc="libvirt python binding" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('git') options=('emptydirs') install="libvirt-python.install" source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz") -md5sums=('6916d24595c5cc939e698926cd22888c') +md5sums=('d155184bd2eba00be45f6d5421082884') build() { cd "$srcdir/$pkgname-$pkgver" |