summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2017-12-17 06:04:57 +0100
committerAlbert Graef2017-12-17 06:04:57 +0100
commit60c5b128fe35f19843de5c822ff4deb96bdafa84 (patch)
tree29016507be0d71ecd361f80c9fa52f61a7c66fc9
parent8cf004683bc37a6af62e7c4b6b21ee5b1deca83f (diff)
downloadaur-60c5b128fe35f19843de5c822ff4deb96bdafa84.tar.gz
Fix the broken source link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438b981d3094..3c8ae5f099fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Dec 17 05:04:53 UTC 2017
pkgbase = gnocl-gconf
pkgdesc = Tcl/GTK+ bindings, GnoclGconf 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-gconf
depends = gtk2
depends = libglade
depends = libgnomeui
- source = https://launchpad.net/~dr-graef/+archive/gnocl.precise/+files/gnocl-gconf_0.9.95.orig.tar.gz
+ source = https://launchpad.net/~dr-graef/+archive/ubuntu/pure-lang.xenial/+files/gnocl-gconf_0.9.95.orig.tar.gz
source = gnocl-gconf-0.9.95.patch
md5sums = 67e59d0cf87b537debfca38d83e27dad
md5sums = 436a48474e9f28abf403c6659744cd99
diff --git a/PKGBUILD b/PKGBUILD
index 949fee35e0f7..016ab627ab03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=gnocl-gconf
_pkgname=gnoclGconf
pkgver=0.9.95
-pkgrel=1
+pkgrel=2
pkgdesc="Tcl/GTK+ bindings, GnoclGconf module"
arch=("i686" "x86_64")
license=('custom')
url="http://www.gnocl.org/"
depends=('gnocl' 'tcl' 'gtk2' 'libglade' 'libgnomeui')
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=('67e59d0cf87b537debfca38d83e27dad'
'436a48474e9f28abf403c6659744cd99')