summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2018-06-09 10:03:15 +0200
committerPeter Hofmann2018-06-09 10:03:15 +0200
commitabdb65bd49227817fff8d8d6a4432d3f95ccf7bb (patch)
treefe45c6d35710e212adf5d76558b6a687c9aa2708
parentd4a237b1400b7bac28f7975e4d3f598f84ff340f (diff)
downloadaur-abdb65bd49227817fff8d8d6a4432d3f95ccf7bb.tar.gz
Upstream has moved
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee038f885f4b..948da7f49b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 08:00:29 UTC 2017
+# Sat Jun 9 08:03:11 UTC 2018
pkgbase = sgopherd-git
pkgdesc = A gopher server written in Bash
- pkgver = 17.02.1.g5f96939
+ pkgver = 18.05.3.gfbaa246
pkgrel = 1
- url = https://github.com/vain/sgopherd
+ url = https://uninformativ.de/git/sgopherd
arch = any
license = MIT
makedepends = git
@@ -14,7 +14,7 @@ pkgbase = sgopherd-git
provides = sgopherd
conflicts = sgopherd
backup = etc/xinetd.d/sgopherd
- source = git://github.com/vain/sgopherd.git
+ source = git+https://uninformativ.de/git/sgopherd.git
md5sums = SKIP
pkgname = sgopherd-git
diff --git a/PKGBUILD b/PKGBUILD
index 86b80a0196eb..b3974b0978a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
_pkgname=sgopherd
pkgname=$_pkgname-git
-pkgver=17.02.1.g5f96939
+pkgver=18.05.3.gfbaa246
pkgrel=1
pkgdesc="A gopher server written in Bash"
arch=('any')
-url="https://github.com/vain/sgopherd"
+url="https://uninformativ.de/git/sgopherd"
license=('MIT')
depends=('bash')
makedepends=('git')
@@ -14,7 +14,7 @@ optdepends=('xinetd: Traditional way to run sgopherd'
'systemd: sgopherd also works with socket activation')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=(git://github.com/vain/sgopherd.git)
+source=(git+https://uninformativ.de/git/sgopherd.git)
md5sums=('SKIP')
pkgver() {