summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElMastro2016-01-21 23:49:35 +0100
committerElMastro2016-01-21 23:49:35 +0100
commit64a8197bb26cc66cfa78cdc30bf753c8618dcd7c (patch)
tree0e55bcc2d77c29d565c2c040f13f566bb5dac4b8
parente8282bc142ab425aa5a558f09499183210b01809 (diff)
downloadaur-64a8197bb26cc66cfa78cdc30bf753c8618dcd7c.tar.gz
Updated to fix pkgver error
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039150e623ea..660a1bf97448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 21 15:20:57 UTC 2016
+# Thu Jan 21 22:48:43 UTC 2016
pkgbase = gimp-gap
pkgdesc = Gimp Animation Package, gimp's plugin for animation
- pkgver = 2.6
- pkgrel = 4
+ pkgver = 2.6.0
+ pkgrel = 5
url = https://www.gimp.org/tutorials/Using_GAP/
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = gimp-gap
optdepends = faad2: audio decoder
optdepends = lame: mpeg layer 3 codec
optdepends = libx264: H264 codec
- source = http://download.gimp.org/pub/gimp/plug-ins/v2.6/gap/gimp-gap-2.6.tar.bz2
+ source = http://download.gimp.org/pub/gimp/plug-ins/v2.6/gap/gimp-gap-2.6.0.tar.bz2
md5sums = 249ed829de8b78675c0fe4ef4212089f
pkgname = gimp-gap
diff --git a/PKGBUILD b/PKGBUILD
index cc1e61494687..f8cd93db9c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
-pkgver=2.6
-pkgrel=4
+pkgver=2.6.0
+pkgrel=5
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')