summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3fa529c07f..4eb70d13abc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 08:03:46 UTC 2017
+# Sat Jun 9 08:01:10 UTC 2018
pkgbase = gophcatch-git
pkgdesc = Watch gopher holes and catch updates
- pkgver = 15.03
+ pkgver = 17.09.3.g0d07458
pkgrel = 1
- url = https://github.com/vain/gophcatch
+ url = https://uninformativ.de/git/gophcatch
arch = any
license = MIT
makedepends = git
@@ -13,7 +13,7 @@ pkgbase = gophcatch-git
optdepends = cron: Recommended if you want to regularly run gophcatch
provides = gophcatch
conflicts = gophcatch
- source = git://github.com/vain/gophcatch.git
+ source = git+https://uninformativ.de/git/gophcatch.git
md5sums = SKIP
pkgname = gophcatch-git
diff --git a/PKGBUILD b/PKGBUILD
index fc4e0e3f986e..12a9ed093ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
_pkgname=gophcatch
pkgname=$_pkgname-git
-pkgver=15.03
+pkgver=17.09.3.g0d07458
pkgrel=1
pkgdesc="Watch gopher holes and catch updates"
arch=('any')
-url="https://github.com/vain/gophcatch"
+url="https://uninformativ.de/git/gophcatch"
license=('MIT')
depends=('curl')
makedepends=('git')
@@ -15,7 +15,7 @@ optdepends=(
)
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=(git://github.com/vain/gophcatch.git)
+source=(git+https://uninformativ.de/git/gophcatch.git)
md5sums=('SKIP')
pkgver() {