summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Claßen2017-12-15 22:58:14 +0100
committerPhilipp Claßen2017-12-15 22:58:14 +0100
commit04e360f716f051ab1e12bfa2a905cfd848d8ec16 (patch)
treef805ca26ce035611027ff7a9ce177114927616b3
parent84ae621712e70a59f69ca0f52dc3df8de0ec4fe7 (diff)
downloadaur-since.tar.gz
Take the sources from the Github project mirror
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d1f13179ddf..dcc74721d170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Dec 15 21:58:02 UTC 2017
pkgbase = since
pkgdesc = A stateful tail command
pkgver = 1.1
pkgrel = 1
- url = http://welz.org.za/projects/since
+ url = https://github.com/philipp-classen/since
arch = i686
arch = x86_64
license = GPL
makedepends = gcc
depends = glibc
- source = http://welz.org.za/projects/since/since-1.1.tar.gz
+ source = https://github.com/philipp-classen/since/releases/download/1.1/since-1.1.tar.gz
md5sums = 7a6cfe573d0d2ec7b6f53fe9432a486b
sha256sums = 739b7f161f8a045c1dff184e0fc319417c5e2deb3c7339d323d4065f7a3d0f45
diff --git a/PKGBUILD b/PKGBUILD
index f69fcf710d7d..75e4b9a4331e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgver=1.1
pkgrel=1
pkgdesc="A stateful tail command"
arch=('i686' 'x86_64')
-url="http://welz.org.za/projects/since"
+url="https://github.com/philipp-classen/since"
license=('GPL')
depends=(glibc)
makedepends=(gcc)
-source=(http://welz.org.za/projects/since/since-${pkgver}.tar.gz)
+source=(https://github.com/philipp-classen/since/releases/download/1.1/since-${pkgver}.tar.gz)
md5sums=('7a6cfe573d0d2ec7b6f53fe9432a486b')
sha256sums=('739b7f161f8a045c1dff184e0fc319417c5e2deb3c7339d323d4065f7a3d0f45')