summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Rauter2018-02-15 14:09:04 +0100
committerGabriel Rauter2018-02-15 14:09:04 +0100
commit4478e4b15332a04196bc5a3b0f928dfa2ee3b134 (patch)
tree3fc303810f8e7556857457eaae0d1bc569538bde
parent48fdcd915a5532351225be02b26629c3446e9136 (diff)
downloadaur-4478e4b15332a04196bc5a3b0f928dfa2ee3b134.tar.gz
Fix tag variable usage
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15a37e666c45..3a9d1765f461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-usage
pkgdesc = A nice way to view information about use of system resources
- pkgver = v3.27.90+2+g3908ab6
+ pkgver = v3.27.90
pkgrel = 1
url = https://wiki.gnome.org/Apps/Usage
arch = i686
@@ -17,7 +17,7 @@ pkgbase = gnome-usage
depends = accountsservice
provides = gnome-usage
conflicts = gnome-usage
- source = git+https://gitlab.gnome.org/GNOME/gnome-usage.git#tag=
+ source = git+https://gitlab.gnome.org/GNOME/gnome-usage.git#tag=v3.27.90
sha256sums = SKIP
pkgname = gnome-usage
diff --git a/PKGBUILD b/PKGBUILD
index 7cca9cc26623..91fdceaf5041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gabriel Rauter <rauter.gabriel@gmail.com>
pkgname=gnome-usage
-pkgver=v3.27.90+2+g3908ab6
+pkgver=v3.27.90
pkgrel=1
pkgdesc="A nice way to view information about use of system resources"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('git' 'vala' 'gobject-introspection' 'meson')
provides=("$pkgname")
conflicts=("$pkgname")
_tag=v3.27.90
-source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$tag")
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$_tag")
sha256sums=('SKIP')
pkgver() {