summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122016-08-22 21:16:00 +0200
committerwillemw122016-08-22 21:16:00 +0200
commit6dcae4ad16241caab05afa97870a5d10812fd55b (patch)
tree480cfd002e407c7cb8e444f1dc4c2b914da9b21b /PKGBUILD
parent8a1f0969aa869794968c92abd63e1afe6229d911 (diff)
downloadaur-6dcae4ad16241caab05afa97870a5d10812fd55b.tar.gz
1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 280751da519f..650953286f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Man file, patches and autoreconf are from ebuild and rpm
pkgname=libptp2
-pkgver=1.1.10
-pkgrel=5
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Library to communicate with PTP devices like cameras or MP3 players"
arch=('i686' 'x86_64')
url="http://libptp.sourceforge.net/"
@@ -14,7 +14,7 @@ depends=('libusb')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/libptp/$pkgname-$pkgver.tar.gz
ptpcam.1.man)
-md5sums=('5a0e2965d1077c316d6ae6a8cef96238'
+md5sums=('c96bfae78414afb83b61ddbfc7e2cb75'
'ecdd0fb2c06bdc141a60494b3ecb888e')
prepare() {