summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Taboada2018-04-26 15:43:49 -0500
committerMichael Taboada2018-04-26 15:43:49 -0500
commitff7bd4da8cbafc526f8a89fa49876844ffcb601f (patch)
tree6571e66ef3d95d16b3a8325b52e8c7101799ab76 /PKGBUILD
parent82dd962d9f2dc0de9d1a5fe3c7909d0f590d3ef5 (diff)
downloadaur-ff7bd4da8cbafc526f8a89fa49876844ffcb601f.tar.gz
Fixed a slight error in the URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")