summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElMastro2017-08-06 18:51:56 +0200
committerElMastro2017-08-06 18:51:56 +0200
commit07af3311f00964fe9686ef454da2c424128c3026 (patch)
tree631bf1a4402fdf69ba68e37458b2a66089e898d0
parent4ffb8b9b9484dca72b3c31dd3ab1ce05020e9b8a (diff)
downloadaur-07af3311f00964fe9686ef454da2c424128c3026.tar.gz
Modified with VCS, missing only md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10cc331b42f6..acfa8044b6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-gap
pkgdesc = Gimp Animation Package, gimp's plugin for animation
pkgver = 2.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.gimp.org/tutorials/Using_GAP/
arch = x86_64
arch = i686
@@ -15,6 +15,8 @@ pkgbase = gimp-gap
optdepends = faad2: audio decoder
optdepends = lame: mpeg layer 3 codec
optdepends = libx264: H264 codec
+ source = git+https://github.com/GNOME/gimp-gap
+ md5sums = SKIP
pkgname = gimp-gap
diff --git a/PKGBUILD b/PKGBUILD
index c861fb270d08..4d1000ce0892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
@@ -14,12 +14,10 @@ optdepends=('xvidcore: compression codec'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
-md5sums=()
-_gitroot="https://github.com/GNOME/gimp-gap"
-_gitname=""
+source=('git+https://github.com/GNOME/gimp-gap')
+md5sums=('SKIP')
package() {
- git clone ${_gitroot}
cd "${srcdir}/gimp-gap"
./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
cmake