summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9808bcb68956..9d1c020c908d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = geda-gaf-unstable
pkgdesc = gEDA/gaf suite - contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project
pkgver = 1.9.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.geda-project.org/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = geda-gaf-unstable
provides = geda-gaf
conflicts = geda-gaf
source = http://ftp.geda-project.org/geda-gaf/unstable/v1.9/1.9.2/geda-gaf-1.9.2.tar.gz
- md5sums = ae99981f509dee0f9a6f7c7f51fcb652
+ sha256sums = 3f3ba90a0f1db1e71caaadcabdb52e375864a8e04e3d6330293b84ef6e21b392
pkgname = geda-gaf-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 46247dd0cfb3..de7c2e254e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
pkgname=geda-gaf-unstable
_pkgname=geda-gaf
pkgver=1.9.2
-pkgrel=2
+_pkgver=v1.9
+pkgrel=3
pkgdesc="gEDA/gaf suite - contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
arch=('i686' 'x86_64')
url="http://www.geda-project.org/"
@@ -14,8 +15,8 @@ optdepends=('python2: for two of the commands (garchive, tragesym)'
'gawk: for sw2asc')
conflicts=('geda-gaf')
provides=('geda-gaf')
-source=(http://ftp.geda-project.org/geda-gaf/unstable/v1.9/$pkgver/${_pkgname}-$pkgver.tar.gz)
-md5sums=('ae99981f509dee0f9a6f7c7f51fcb652')
+source=(http://ftp.geda-project.org/geda-gaf/unstable/${_pkgver}/$pkgver/${_pkgname}-$pkgver.tar.gz)
+sha256sums=('3f3ba90a0f1db1e71caaadcabdb52e375864a8e04e3d6330293b84ef6e21b392')
prepare() {
cd $srcdir/${_pkgname}-$pkgver