rebuild namcap against new python3, fix #22

This commit is contained in:
AlmAck 2018-02-01 20:36:57 +01:00
parent 4bfe49218b
commit 1c4d00bcce
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# arch contributor: https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/namcap
pkgname=namcap
pkgver=3.2.6
pkgver=3.2.7
pkgrel=1
pkgdesc="A Pacman package analyzer"
arch=('any')
@ -11,7 +11,7 @@ depends=('python3' 'pyalpm>=0.5' 'licenses'
'binutils' 'elfutils' 'python3-pyelftools')
makedepends=('python3-setuptools')
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha1sums=('a7d3f21b5df211c1e2cbfae80373e657d49d1b36')
sha1sums=('fa43c1f0d842a1b49bb14fe3418630e752f74c82')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -4,16 +4,16 @@
pkgname=pyalpm
pkgver=0.7
pkgrel=2
pkgrel=3
pkgdesc="Libalpm bindings for Python 3"
arch=('x86_64')
url="http://projects.archlinux.org/users/remy/pyalpm.git/"
license=('GPL')
depends=('python3>=3.5' 'pacman>=4.2')
depends=('python3>=3.6' 'pacman>=4.2')
source=("https://sources.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz"
"py35.patch::https://projects.archlinux.org/users/remy/pyalpm.git/patch/?id=dc61782e9bd085a8a09bc7954231eb15e6e085e5")
sha1sums=('62fafb93d30c27b5a5a09df3e802d6e50fed9802'
'f8ec083281e4b4815381fb5388f83703ff692102')
'd019d6870f89d7b99678065d09d7919b3fa40a39')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}