diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/python-parted | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/python-parted')
-rw-r--r-- | abs/core/python-parted/PKGBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/abs/core/python-parted/PKGBUILD b/abs/core/python-parted/PKGBUILD index 8d2ef38..759bddf 100644 --- a/abs/core/python-parted/PKGBUILD +++ b/abs/core/python-parted/PKGBUILD @@ -1,11 +1,12 @@ pkgname=python-parted __pkgname=pyparted pkgver=2.0.12 -pkgrel=1 +pkgver=3.4 +pkgrel=2 pkgdesc="Python bindings for libparted" arch=(i686 x86_64) license=('LGPL' 'MPL') -depends=('python' 'parted') +depends=('python' 'parted' 'python-decorator') options=('!libtool') source=(https://fedorahosted.org/releases/p/y/pyparted/pyparted-${pkgver}.tar.gz) url="https://fedorahosted.org/pyparted/" @@ -16,3 +17,9 @@ build() { make || return 1 make DESTDIR="${pkgdir}" install || return 1 } +md5sums=('8fc485db0b88e59bbdfc4be8ba4068fa') +md5sums=('cc064f12110a6f0d0c236ee7b18fee88') +md5sums=('f244958142c9fd3ff5ee95f578e2f76d') +md5sums=('7f5d06bd6336f3a699840d8639ab8a0d') +md5sums=('f244958142c9fd3ff5ee95f578e2f76d') +md5sums=('cc064f12110a6f0d0c236ee7b18fee88') |