summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e09c0d1e857..812ff1e1b000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpanel-indicator-sound
pkgdesc = Wingpanel Sound Indicator
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-sound
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = wingpanel-indicator-sound
depends = libnotify
depends = libpulse
depends = libwingpanel-2.0.so
- source = wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=2.1.3
+ source = wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=002003d872ec7c2f0f1509ad5da9b1d31e26ff20
sha256sums = SKIP
pkgname = wingpanel-indicator-sound
diff --git a/PKGBUILD b/PKGBUILD
index b65848026dbc..390bf1ddd0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-sound
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc='Wingpanel Sound Indicator'
arch=(x86_64)
@@ -28,9 +28,15 @@ makedepends=(
meson
vala
)
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=${pkgver})
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=002003d872ec7c2f0f1509ad5da9b1d31e26ff20)
sha256sums=(SKIP)
+pkgver() {
+ cd wingpanel-indicator-sound
+
+ git describe --tags
+}
+
build() {
arch-meson wingpanel-indicator-sound build
ninja -C build