summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taboada2018-04-26 15:43:49 -0500
committerMichael Taboada2018-04-26 15:43:49 -0500
commitff7bd4da8cbafc526f8a89fa49876844ffcb601f (patch)
tree6571e66ef3d95d16b3a8325b52e8c7101799ab76
parent82dd962d9f2dc0de9d1a5fe3c7909d0f590d3ef5 (diff)
downloadaur-ff7bd4da8cbafc526f8a89fa49876844ffcb601f.tar.gz
Fixed a slight error in the URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a3c72c739b..d955914cb8c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Apr 26 20:39:17 UTC 2018
+# Thu Apr 26 20:43:37 UTC 2018
pkgbase = gitlab-ee
pkgdesc = Project management and code hosting application
pkgver = 10.7.1
- pkgrel = 1
- url = https://gitlab.com/gitlab-org/gitlab-ce
+ pkgrel = 2
+ url = https://gitlab.com/gitlab-org/gitlab-ee
install = gitlab.install
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 97b82ca9a391..fe94a600edf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@
_pkgname=gitlab
pkgname=${_pkgname}-ee
pkgver=10.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Project management and code hosting application"
arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce"
+url="https://gitlab.com/gitlab-org/gitlab-ee"
license=('MIT')
conflicts=("${_pkgname}")
provides=("${_pkgname}")