summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmmon Smith2016-03-27 00:49:01 -0700
committerAmmon Smith2016-03-27 00:49:01 -0700
commitb3991a9888e2d333c1ac38e62e55f197e6bb0273 (patch)
tree5663ca8c6767ab1679a0c31e6f507cc8cc4648e9
parent0c95063f7d229bf500b2e73064e0a6fdb5c98c2c (diff)
downloadaur-b3991a9888e2d333c1ac38e62e55f197e6bb0273.tar.gz
Change to Gitlab.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79910741a9b1..efe36d66f12a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 04:16:22 UTC 2016
+# Sun Mar 27 07:48:48 UTC 2016
pkgbase = qotd-git
pkgdesc = A simple QOTD (quote of the day) daemon.
- pkgver = 0.4.0_3_gdd3c825.dd3c825
+ pkgver = 0.4.0_7_g8c33e16.8c33e16
pkgrel = 1
- url = https://github.com/ammongit/qotd
+ url = https://gitlab.com/ammongit/qotd
install = qotd-git.install
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = qotd-git
provides = qotd
conflicts = qotd
backup = etc/qotd.conf
- source = git+https://github.com/ammongit/qotd.git
+ source = git+https://gitlab.com/ammongit/qotd.git
sha256sums = SKIP
pkgname = qotd-git
diff --git a/PKGBUILD b/PKGBUILD
index d39ac5713f93..7aac704103df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=qotd
pkgname=$_pkgname-git
-pkgver=0.4.0_3_gdd3c825.dd3c825
+pkgver=0.4.0_7_g8c33e16.8c33e16
pkgrel=1
pkgdesc="A simple QOTD (quote of the day) daemon."
arch=('any')
-url="https://github.com/ammongit/$_pkgname"
+url="https://gitlab.com/ammongit/$_pkgname"
license=('GPL')
depends=()
makedepends=('git' 'gcc') # Also compatible with clang. Change CC in src/Makefile.
@@ -15,7 +15,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
options=()
install="$pkgname.install"
-source=("git+https://github.com/ammongit/$_pkgname.git")
+source=("git+https://gitlab.com/ammongit/$_pkgname.git")
sha256sums=('SKIP')
backup=('etc/qotd.conf')