summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2019-12-18 14:26:34 +0300
committerIvan Shapovalov2019-12-18 14:26:34 +0300
commit4e05c50f1e91f7fa8b855fab96f00aa79b1710ff (patch)
tree2fa9c532a19f855c5caea0baa0acf906282e8536
parent1f346a88cead4f87105ccc5600ef2a842e3cbab9 (diff)
downloadaur-4e05c50f1e91f7fa8b855fab96f00aa79b1710ff.tar.gz
Re-add --tags; re-bump (version rolled back due to missing git describe --tags)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82540db2be3..5767e354c5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libimobiledevice-git
pkgdesc = Library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.1.0.r789.g9f79242
+ pkgver = 1.1.0.r791.gd04f8ff
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
diff --git a/PKGBUILD b/PKGBUILD
index 0a15e8355eec..bd1627f52231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.1.0.r789.g9f79242
+pkgver=1.2.0.r154.gd04f8ff
pkgrel=1
pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://www.libimobiledevice.org/"
@@ -22,7 +22,7 @@ sha256sums=('SKIP')
pkgver() {
cd libimobiledevice
- git describe --long | sed 's/-/.r/;s/-/./'
+ git describe --long --tags | sed 's/-/.r/;s/-/./'
}
prepare() {