summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-06-04 00:18:55 +0200
committerAntonin Décimo2021-06-04 00:18:55 +0200
commit266c65565656000195368389638372f8d2a3efb2 (patch)
tree4a51132ccc87a5e62d55bf0d4e0e095c730dfd90
parent9cf29e33f9bbe1621890cce3daed6bc0d58981b3 (diff)
downloadaur-266c65565656000195368389638372f8d2a3efb2.tar.gz
Use origin remote name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4362f9b04ce6..9ffb9972b2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xwayland-git
pkgdesc = Run X clients under Wayland (git version)
pkgver = 21.1.1.r134.g8274dd664
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org
arch = x86_64
groups = xorg
diff --git a/PKGBUILD b/PKGBUILD
index 2f9388eb422f..2a4eacf54768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xorg-xwayland-git
pkgver=21.1.1.r134.g8274dd664
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('custom')
groups=('xorg')
@@ -28,7 +28,7 @@ replaces=('xorg-server-xwayland-git')
pkgver() {
cd xserver
- local branch=xwayland-21.1
+ local branch=origin/xwayland-21.1
local head=$(git rev-parse --short HEAD)
local tag=$(git describe --abbrev=0 "$branch")
local revisions=$(git rev-list "${tag}..HEAD" --count)