summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-12-31 03:53:02 -0500
committerChris Severance2023-12-31 03:53:02 -0500
commit446bc6727695b3900bd8c192d4e5d313284ca101 (patch)
tree51be5929a5ac310a51deef9430127d455361b376
parentba1921c23b7459dc1105aaffdd36c899b2246c25 (diff)
downloadaur-gamin-git.tar.gz
autu: Update to 0.1.10.6.r1.g08a6371-1 fix provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f39e3a2ebee3..f158ebf08d3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = gamin-git
depends = glib2
optdepends = python: for the python module
provides = fam
- provides = gamin=0.1.10.6.r1.g08a6371
+ provides = gamin=0.1.10.6
conflicts = fam
conflicts = gamin
source = git+https://salsa.debian.org/gnome-team/gamin.git
diff --git a/PKGBUILD b/PKGBUILD
index c6053c763a64..ad8f77dac04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ if [ "${pkgname%-git}" != "${pkgname}" ]; then
sha256sums[0]='SKIP'
sha512sums[0]='SKIP'
makedepends+=('git')
- provides+=("gamin=${pkgver#.r*}")
+ provides+=("gamin=${pkgver%.r*}")
conflicts+=('gamin')
_srcdir="${pkgname%-git}"
pkgver(){