summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthebodzio2021-05-24 18:41:59 +0200
committerthebodzio2021-05-24 18:41:59 +0200
commit12377e4c8c249d7d3a069d1a83cb04e0b2ac31aa (patch)
tree1a7dbc5e28bdf5c8a8793764e25851c17cf31208
parent5a4df0b3ce81e9fe8b06744db41d6006314642dc (diff)
downloadaur-12377e4c8c249d7d3a069d1a83cb04e0b2ac31aa.tar.gz
Updated sources URL
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b3fd68e822c..8fc7525d27a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=reglookup
pkgver=1.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Command line utility for reading and querying Windows NT registries"
arch=('i686' 'x86_64')
-url="http://projects.sentinelchicken.org/reglookup"
+url="https://code.blindspotsecurity.com/trac/reglookup/"
license=('GPL')
depends=('talloc')
makedepends=('gcc' 'scons' 'docbook2x')
-source=(http://projects.sentinelchicken.org/data/downloads/$pkgname-src-$pkgver.tar.gz
+source=($pkgname-src-$pkgver::svn+https://code.blindspotsecurity.com/dav/reglookup/releases/$pkgver
SConstruct.patch
pyregfi-distutils.py.patch)
@@ -29,6 +29,6 @@ package() {
PREFIX="$pkgdir/usr/" scons install
}
-md5sums=('c451c2dba904db8ae5b0531ca303e322'
+md5sums=('SKIP'
'a1d31fb09fbce3864abde8babf4c63eb'
'd90fd7b3f43e5c3079c0eb152d9d2df6')