summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Henrique Merces Moreira2016-06-10 23:39:49 -0300
committerCarlos Henrique Merces Moreira2016-06-10 23:39:49 -0300
commit7f050d5cc9d73f0187201dfc1f8b3f76e2090ded (patch)
tree332788ada69c894672efb0758511b8f08e7f15e7
parent36f49eaae0ef541b1606fc453410bdeed68d045d (diff)
downloadaur-7f050d5cc9d73f0187201dfc1f8b3f76e2090ded.tar.gz
Add -.tar.gz to the list of files that should not be extracted under noextract
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23a57e2e2bdb..7d6a2a7f08c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Carlos Henrique Merces Moreira "chmercesmoreira" <ch.mercesmoreira@gmail.com>
pkgname=photofilmstrip
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Create video clips from photos"
arch=('i686' 'x86_64')
url="http://www.photofilmstrip.org/1-0-Home.html"
license=('GPL2')
depends=('python2-pip' 'wxpython')
source=("http://downloads.sourceforge.net/project/photostoryx/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz?r=&ts=1465609365&use_mirror=liquidtelecom")
+noextract=('$pkgname-$pkgver.tar.gz')
md5sums=('0488f7b9cf8f99cff5b161c1911d9588')
install="${pkgname}.install"