summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahuel Gomez Castro2019-09-22 15:55:26 -0300
committerNahuel Gomez Castro2019-09-22 15:55:26 -0300
commit6cb561d351743a1e316bd95760d7c2f8116c8c66 (patch)
tree060ce3a2b9d45a54404f452872d359579f90c504
parent063d73cc448504952f5f055d45e7c893066660ec (diff)
downloadaur-6cb561d351743a1e316bd95760d7c2f8116c8c66.tar.gz
fix tag
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37eeb95dd522..24c5543a7bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/cybre/${pkgname}"
license=('GPL2')
depends=('libpeas' 'budgie-desktop' 'json-glib' 'gnome-desktop')
makedepends=('intltool' 'meson' 'ninja' 'vala' 'gobject-introspection')
-source=("git+${url}.git#tag=v${pkgver}")
+source=("git+${url}.git#tag=v${pkgver:0:5}")
sha256sums=('SKIP')
changelog='CHANGELOG'