summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor2021-10-17 12:00:52 -0400
committerIgor2021-10-17 12:00:52 -0400
commit99f6d80057cb8c188a1fe055f56982d467c25c25 (patch)
tree7cef7bdc798acfbdc8eef9bc14a87b1d31b71559
parenta29ad3646bd8264066f03e8945398fa160b8eff7 (diff)
downloadaur-99f6d80057cb8c188a1fe055f56982d467c25c25.tar.gz
Update for gitlab
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5413f2ff7132..088e5e1322f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,8 +19,7 @@ pkgbase = xfce4-terminal-git
conflicts = terminal
replaces = xfce4-terminal
replaces = terminal
- source = git://git.xfce.org/apps/xfce4-terminal
+ source = xfce4-terminal::git+https://gitlab.xfce.org/apps/xfce4-terminal.git
sha256sums = SKIP
pkgname = xfce4-terminal-git
-
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"