mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/python2-yenc to 0.4.0-3
This commit is contained in:
parent
341d81566d
commit
27a221f138
1 changed files with 5 additions and 6 deletions
|
@ -5,9 +5,8 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=python2-yenc
|
||||
_pkgname="dual75-yenc"
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="yEnc encoding/decoding module for python2"
|
||||
url="http://www.golug.it/yenc.html"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,15 +16,15 @@ conflicts=("python-yenc")
|
|||
replaces=("python-yenc")
|
||||
|
||||
#source=("http://www.golug.it/pub/yenc/${_pkgname}-${pkgver}.tar.gz")
|
||||
source=("https://bitbucket.org/dual75/yenc/get/${pkgver}.tar.bz2")
|
||||
md5sums=('b6605653c353073d814dafa66451d00d')
|
||||
source=("http://bitbucket.org/dual75/yenc/get/${pkgver}.tar.bz2")
|
||||
md5sums=('60e1a535b0e0c865c2cc4e7ddf18d9a4')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
cd "${srcdir}/dual75-yenc-ee6b73a5b14f"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
cd "${srcdir}/dual75-yenc-ee6b73a5b14f"
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue