summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreck16102016-12-04 12:48:23 +0100
committerreck16102016-12-04 12:48:23 +0100
commit2ae9bcbc7060e9f845d27642b87a57b008136a85 (patch)
tree88e757944e072b0d1eecc9e58159c8b365a532c7
parent9c3a382f05de627bb6bda2629c934080c6438293 (diff)
downloadaur-2ae9bcbc7060e9f845d27642b87a57b008136a85.tar.gz
changed URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5ca6be2be7c..4382730d8ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 15:46:34 UTC 2016
+# Sun Dec 4 11:45:43 UTC 2016
pkgbase = binarix
pkgdesc = binarix - a matrix styled linux console locker
pkgver = 0.2a
pkgrel = 1
- url = http://raffi.at/view/code/binarix
+ url = https://gitlab.com/reck1610/binarix
arch = i686
arch = x86_64
license = GPL2
depends = ncurses
depends = glibc
- source = http://raffi.at/code/binarix-0.2a.tar.gz
source = binarix.patch
- md5sums = 177638b1265c9866a7d0e048493fe67b
md5sums = d6a8fb386a10a2576eff2b32e8ca6df5
+ source = binarix-0.2a.tar.gz::https://gitlab.com/reck1610/binarix/repository/archive.tar.gz?ref=release%2F0.2a
+ md5sums = 2e1ea4611e5e0824885d919f26a9e9b2
pkgname = binarix
diff --git a/PKGBUILD b/PKGBUILD
index 940e4f6627a7..c2c631854e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.2a
pkgrel=1
pkgdesc="binarix - a matrix styled linux console locker"
arch=('i686' 'x86_64')
-url="http://raffi.at/view/code/$pkgname"
+url="https://gitlab.com/reck1610/binarix"
license=('GPL2')
depends=('ncurses' 'glibc')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/reck1610/binarix/repository/archive.tar.gz?ref=release%2F0.2a")