summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5dce70e05b4..812ff1e1b000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jan 6 18:10:32 UTC 2019
pkgbase = wingpanel-indicator-sound
pkgdesc = Wingpanel Sound Indicator
- pkgver = 2.1.2
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-sound
arch = x86_64
@@ -14,7 +12,6 @@ pkgbase = wingpanel-indicator-sound
makedepends = intltool
makedepends = meson
makedepends = vala
- makedepends = wingpanel
depends = cairo
depends = gdk-pixbuf2
depends = glib2
@@ -25,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.2
+ 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 0d8998d8b22c..390bf1ddd0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-sound
-pkgver=2.1.2
+pkgver=2.1.4
pkgrel=1
pkgdesc='Wingpanel Sound Indicator'
arch=(x86_64)
-url='https://github.com/elementary/wingpanel-indicator-sound'
+url=https://github.com/elementary/wingpanel-indicator-sound
license=(GPL3)
groups=(pantheon)
depends=(
@@ -27,11 +27,16 @@ makedepends=(
intltool
meson
vala
- wingpanel
)
-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