diff options
author | Albert Graef | 2017-12-17 06:04:26 +0100 |
---|---|---|
committer | Albert Graef | 2017-12-17 06:04:26 +0100 |
commit | 024f34fd882f79eb34e916f1e61e32631a580ef1 (patch) | |
tree | 6b7e05ae4ddff4e4c19f4dd148a08f7a48d7f7bb | |
parent | 4eb039949a0949cad8f190ca9470e052bd11f558 (diff) | |
download | aur-gnocl-canvas.tar.gz |
Fix the broken source link
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Sun Dec 17 05:04:17 UTC 2017 pkgbase = gnocl-canvas pkgdesc = Tcl/GTK+ bindings, GnoclCanvas module pkgver = 0.9.95 - pkgrel = 1 + pkgrel = 2 url = http://www.gnocl.org/ arch = i686 arch = x86_64 @@ -11,7 +13,7 @@ pkgbase = gnocl-canvas depends = gtk2 depends = libglade depends = libgnomecanvas - source = https://launchpad.net/~dr-graef/+archive/gnocl.precise/+files/gnocl-canvas_0.9.95.orig.tar.gz + source = https://launchpad.net/~dr-graef/+archive/ubuntu/pure-lang.xenial/+files/gnocl-canvas_0.9.95.orig.tar.gz source = gnocl-canvas-0.9.95.patch md5sums = 091225b21c23d112cb721fb2c16dec2f md5sums = 4e40ef50e5f3df3330bda2278e402ebe @@ -3,14 +3,14 @@ pkgname=gnocl-canvas _pkgname=gnoclCanvas pkgver=0.9.95 -pkgrel=1 +pkgrel=2 pkgdesc="Tcl/GTK+ bindings, GnoclCanvas module" arch=("i686" "x86_64") license=('custom') url="http://www.gnocl.org/" depends=('gnocl' 'tcl' 'gtk2' 'libglade' 'libgnomecanvas') makedepends=() -source=("https://launchpad.net/~dr-graef/+archive/gnocl.precise/+files/${pkgname}_${pkgver}.orig.tar.gz" +source=("https://launchpad.net/~dr-graef/+archive/ubuntu/pure-lang.xenial/+files/${pkgname}_${pkgver}.orig.tar.gz" "$pkgname-$pkgver.patch") md5sums=('091225b21c23d112cb721fb2c16dec2f' '4e40ef50e5f3df3330bda2278e402ebe') |