summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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(){