summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-12-17 22:51:11 +0100
committerMaxime Gauduin2019-12-17 22:51:11 +0100
commit0d70f883c5138840ffe927372a46919a31d89244 (patch)
tree0a0c7e13af131bf7ae52c26ddf23be4260673974
parent1a02059dfae952e7d2a4d3e0cf7ff2259dc3b185 (diff)
downloadaur-wingpanel-indicator-bluetooth.tar.gz
bump wingpanel-indicator-bluetooth
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d86b6919c47..e57a059ce68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpanel-indicator-bluetooth
pkgdesc = Wingpanel Bluetooth Indicator
- pkgver = 2.1.2
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-bluetooth
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = wingpanel-indicator-bluetooth
depends = gtk3
depends = libgranite.so
depends = libwingpanel-2.0.so
- source = git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=2.1.2
+ source = git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=64ac0db83952ee99ae46915bbb527b06168d79fb
sha256sums = SKIP
pkgname = wingpanel-indicator-bluetooth
diff --git a/PKGBUILD b/PKGBUILD
index 9383287c2c1b..53c610d3367c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-bluetooth
-pkgver=2.1.2
+pkgver=2.1.4
pkgrel=1
pkgdesc='Wingpanel Bluetooth Indicator'
arch=(x86_64)
-url='https://github.com/elementary/wingpanel-indicator-bluetooth'
+url=https://github.com/elementary/wingpanel-indicator-bluetooth
license=(GPL3)
groups=(pantheon)
depends=(
@@ -21,9 +21,15 @@ makedepends=(
vala
wingpanel
)
-source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=${pkgver})
+source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=64ac0db83952ee99ae46915bbb527b06168d79fb)
sha256sums=(SKIP)
+pkgver() {
+ cd wingpanel-indicator-bluetooth
+
+ git describe --tags
+}
+
build() {
arch-meson wingpanel-indicator-bluetooth build
ninja -C build