summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroberon20072016-02-04 23:29:02 +0100
committeroberon20072016-02-04 23:29:02 +0100
commit267ea0a07bac410c260b177ba5c510e441d9cc6f (patch)
tree127c745fa9bfd24dca0c633716dd825f5e749baa
parent46e0ab58a292d05fe0c3b1c6c6ba5c4cd504f0f0 (diff)
downloadaur-267ea0a07bac410c260b177ba5c510e441d9cc6f.tar.gz
upate to 1.2.0.r13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2442d1db10f9..bfa24ba928ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Feb 4 22:28:07 UTC 2016
pkgbase = libiphone-git
pkgdesc = libiphone is a software library that talks the native Apple USB protocols that the iPhone uses. (no cython support for now)
- pkgver = 20150922
+ pkgver = 1.2.0.r13.gdf1f5c4
pkgrel = 1
url = http://libimobiledevice.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 36de9dc6fcdd..f1960c28de18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,7 @@
# Maintainer: Richard Schwab <mail NOSPAM w.tf-w.tf>
pkgname=libiphone-git
-pkgver=20150922
-#pkgver=1.1.5.23.g41ba99e
-#epoch=1
+pkgver=1.2.0.r13.gdf1f5c4
pkgrel=1
pkgdesc="libiphone is a software library that talks the native Apple USB protocols that the iPhone uses. (no cython support for now)"
url="http://libimobiledevice.org/"
@@ -16,11 +14,11 @@ optdepends=('doxygen: Documentation')
#optdepends=('cython: Python bindings' 'doxygen: Documentation')
provides=('libiphone')
source=('libiphone::git+http://git.sukimashita.com/libimobiledevice.git')
-md5sums=(SKIP)
+md5sums=('SKIP')
pkgver() {
cd libiphone
- git describe --tags | sed "s/-/./g"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {