diff options
author | Carlos Henrique Merces Moreira | 2016-06-11 00:00:49 -0300 |
---|---|---|
committer | Carlos Henrique Merces Moreira | 2016-06-11 00:00:49 -0300 |
commit | 0c640594b4a1a0462e6ef24a42fb2fa6782cfecf (patch) | |
tree | 969f0104900355ae399d1c883c203d5e0cbdac47 | |
parent | 19b436c0fc9e6a6becec3674e2cc0af21d379856 (diff) | |
download | aur-0c640594b4a1a0462e6ef24a42fb2fa6782cfecf.tar.gz |
Change PKGBUILD to not extract any file
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ pkgbase = photofilmstrip license = GPL2 depends = python2-pip depends = wxpython - noextract = $pkgname-$pkgver.tar.gz + noextract = http://liquidtelecom.dl.sourceforge.net/project/photostoryx/photofilmstrip/2.1.0/photofilmstrip-2.1.0.tar.gz source = http://liquidtelecom.dl.sourceforge.net/project/photostoryx/photofilmstrip/2.1.0/photofilmstrip-2.1.0.tar.gz md5sums = 0488f7b9cf8f99cff5b161c1911d9588 @@ -8,7 +8,7 @@ url="http://www.photofilmstrip.org/1-0-Home.html" license=('GPL2') depends=('python2-pip' 'wxpython') source=("http://liquidtelecom.dl.sourceforge.net/project/photostoryx/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -noextract=('$pkgname-$pkgver.tar.gz') +noextract=("${source[@]%%::*}") md5sums=('0488f7b9cf8f99cff5b161c1911d9588') install="${pkgname}.install" |