summaryrefslogtreecommitdiff
path: root/community/geda-gaf
diff options
context:
space:
mode:
Diffstat (limited to 'community/geda-gaf')
-rw-r--r--community/geda-gaf/ChangeLog4
-rw-r--r--community/geda-gaf/PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/community/geda-gaf/ChangeLog b/community/geda-gaf/ChangeLog
index c8b902cc5..29717fa61 100644
--- a/community/geda-gaf/ChangeLog
+++ b/community/geda-gaf/ChangeLog
@@ -1,4 +1,8 @@
2012-01-19 Kyle Keen <keenerd@gmail.com>
+ * 1.8.1-1
+ - Version bump
+
+2012-01-19 Kyle Keen <keenerd@gmail.com>
* 1.6.2-2
- libpng15 rebuild
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD
index 53d91653f..bd57f80af 100644
--- a/community/geda-gaf/PKGBUILD
+++ b/community/geda-gaf/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=geda-gaf
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gpleda.org"
@@ -15,9 +15,9 @@ optdepends=('python2: for two of the commands (garchive, tragesym)'
'gawk: for sw2asc')
replaces=('geda-suite' 'geda-libs')
install=geda-gaf.install
-source=(http://geda.seul.org/release/v1.6/$pkgver/$pkgname-$pkgver.tar.gz
+source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz)
geda-1.6.2-correct_glib_include.patch)
-md5sums=('35ae86aebc174ec1fc03863fde4c843c'
+md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73'
'af28867b393e0351b97d5d23cdefc812')
build ()