summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2017-02-18 00:21:20 +0200
committerEdvinas Valatka2017-02-18 00:21:20 +0200
commit41045a00000b50e9704125f00abf737af069e5e1 (patch)
tree7014b58e79f81e65b0b5563d776df243c3b8b4bf
parent7a5ce1df7dc8367323fef613965396053793d4c7 (diff)
downloadaur-41045a00000b50e9704125f00abf737af069e5e1.tar.gz
Replace gogs-git-dev
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98bf00b736e2..edc45538e3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 17 22:02:06 UTC 2017
+# Fri Feb 17 22:20:37 UTC 2017
pkgbase = gogs-dev-git
pkgdesc = Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
pkgver = 0.9.154.0217+3+81e74858
@@ -24,6 +24,7 @@ pkgbase = gogs-dev-git
optdepends = openssh: GIT over SSH support
provides = gogs
conflicts = gogs
+ replaces = gogs-git-dev
options = !buildflags
options = !strip
backup = etc/gogs/app.ini
diff --git a/PKGBUILD b/PKGBUILD
index acd68e903029..d1aeae0625a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ license=('MIT')
depends=('git' 'sqlite' 'bash')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
+replaces=("gogs-git-dev")
options=('!buildflags' '!strip')
optdepends=(
"mariadb: MariaDB support"