summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-12-18 20:23:43 +0100
committerNarrat2023-12-18 20:23:43 +0100
commitab46193920889347061da194d354d002dd8e1d04 (patch)
tree01b357d36e82b6efad8409f4705c6ff7777dc69e
parentee28995a555ad1d01bc5451426a3db09fad3c886 (diff)
downloadaur-ab46193920889347061da194d354d002dd8e1d04.tar.gz
xdg-util-mimeo: follow Arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb94dbebdd8e..2549874a5cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xdg-utils-mimeo
pkgdesc = Command line tools that assist applications with a variety of desktop integration tasks; patched to use mimeo
- pkgver = 1.2.0+beta1+17+g21fb316
+ pkgver = 1.2.0r25+g0f49cf5
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/xdg-utils/
arch = any
@@ -23,7 +23,7 @@ pkgbase = xdg-utils-mimeo
provides = xdg-utils
conflicts = xdg-utils
source = mimeo-detection.patch
- source = git+https://gitlab.freedesktop.org/xdg/xdg-utils.git#commit=21fb316bea83e3374eafc7fbf1e25a0ccdda92cb
+ source = git+https://gitlab.freedesktop.org/xdg/xdg-utils.git#commit=0f49cf5d7956076fccd599d82b85946e5e49d473
sha256sums = 5f412ee7aecfbdc49bf5a3602e7da23c1ab626755ed074025733ff785348b66c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1b16fea9df45..7efc37f6a422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_pkgname=xdg-utils
pkgname=$_pkgname-mimeo
# https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master
-_commit=21fb316bea83e3374eafc7fbf1e25a0ccdda92cb # master # 2023-11-15
-pkgver=1.2.0+beta1+17+g21fb316
+_commit=0f49cf5d7956076fccd599d82b85946e5e49d473 # master # 2023-12-04
+pkgver=1.2.0r25+g0f49cf5
pkgrel=1
pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks; patched to use mimeo"
arch=('any')
@@ -34,7 +34,9 @@ sha256sums=('5f412ee7aecfbdc49bf5a3602e7da23c1ab626755ed074025733ff785348b66c'
pkgver() {
cd $_pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
+ #git describe --tags | sed 's/^v//;s/-/+/g'
+ # filter tag to avoid need for epoch when the release happens
+ git describe --tags | sed 's/^v//;s/-beta1-/r/;s/-/+/g'
}
prepare() {