summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Szczurek2016-09-01 16:53:56 +0200
committerBogdan Szczurek2016-09-01 16:53:56 +0200
commit5a4df0b3ce81e9fe8b06744db41d6006314642dc (patch)
tree92f47821ec8c82820de071787cc4be0ff9e2a204
parent298c9be3edf56f55a33cc1e705f7e371cc6f7edc (diff)
downloadaur-5a4df0b3ce81e9fe8b06744db41d6006314642dc.tar.gz
Changed URL for the sources
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683231ce02d9..da299567794c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Sep 1 14:52:33 UTC 2016
pkgbase = reglookup
pkgdesc = Command line utility for reading and querying Windows NT registries
pkgver = 1.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://projects.sentinelchicken.org/reglookup
arch = i686
arch = x86_64
@@ -10,7 +12,7 @@ pkgbase = reglookup
makedepends = scons
makedepends = docbook2x
depends = talloc
- source = http://reglookup.googlecode.com/files/reglookup-src-1.0.1.tar.gz
+ source = http://projects.sentinelchicken.org/data/downloads/reglookup-src-1.0.1.tar.gz
source = SConstruct.patch
source = pyregfi-distutils.py.patch
md5sums = c451c2dba904db8ae5b0531ca303e322
diff --git a/PKGBUILD b/PKGBUILD
index 7c9a7395ea0e..2b3fd68e822c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=reglookup
pkgver=1.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Command line utility for reading and querying Windows NT registries"
arch=('i686' 'x86_64')
url="http://projects.sentinelchicken.org/reglookup"
license=('GPL')
depends=('talloc')
makedepends=('gcc' 'scons' 'docbook2x')
-source=(http://reglookup.googlecode.com/files/$pkgname-src-$pkgver.tar.gz
+source=(http://projects.sentinelchicken.org/data/downloads/$pkgname-src-$pkgver.tar.gz
SConstruct.patch
pyregfi-distutils.py.patch)