summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor2021-10-17 12:00:52 -0400
committerIgor2021-10-17 12:00:52 -0400
commit99f6d80057cb8c188a1fe055f56982d467c25c25 (patch)
tree7cef7bdc798acfbdc8eef9bc14a87b1d31b71559 /PKGBUILD
parenta29ad3646bd8264066f03e8945398fa160b8eff7 (diff)
downloadaur-99f6d80057cb8c188a1fe055f56982d467c25c25.tar.gz
Update for gitlab
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e37d7ffa0f6a..2f82c94e36b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor <f2404@yandex.ru>
_pkgname=xfce4-terminal
-pkgname=xfce4-terminal-git
-pkgver=0.8.9.2.r27.g13732432
+pkgname=${_pkgname}-git
+pkgver=0.9.0.r53.g3e0e4534
pkgrel=1
pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment - git checkout"
arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@ makedepends=('intltool' 'git' 'xfce4-dev-tools' 'libxslt')
provides=('xfce4-terminal')
conflicts=('xfce4-terminal' 'terminal')
replaces=('xfce4-terminal' 'terminal')
-source=(git://git.xfce.org/apps/$_pkgname)
+source=("${_pkgname}::git+https://gitlab.xfce.org/apps/${_pkgname}.git")
sha256sums=('SKIP')
+
pkgver() {
cd "$srcdir/$_pkgname"
git describe --long | sed -r "s/^${_pkgname}-//;s/([^-]*-g)/r\1/;s/-/./g"