summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002020-08-01 20:11:15 +0200
committer0x9fff002020-08-01 20:11:15 +0200
commit4b5c81ced8ba0f297214d028799b05d72441730d (patch)
tree90426215fbc792e0426bcaad5cd66449dd56c876
parent45332a0133bdca4d34972160a05f1042c5d2fd61 (diff)
downloadaur-4b5c81ced8ba0f297214d028799b05d72441730d.tar.gz
1.0.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869a922998c9..36da9ae30cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idevicerestore
pkgdesc = Restore/upgrade firmware of iOS devices
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.libimobiledevice.org
arch = x86_64
license = LGPL3
@@ -12,6 +12,7 @@ pkgbase = idevicerestore
depends = libzip
depends = openssl
depends = zlib
+ conflicts = idevicerestore-git
source = https://github.com/libimobiledevice/idevicerestore/releases/download/1.0.0/idevicerestore-1.0.0.tar.bz2
source = 0001-configure.ac-check-for-pthreads.patch
sha256sums = 32712e86315397fd2e8999e77a2d2f790c67f6b4aa50d4d1c64cb2c4609836f7
diff --git a/PKGBUILD b/PKGBUILD
index d3875970fae7..03d808cc8af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=idevicerestore
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Restore/upgrade firmware of iOS devices'
arch=('x86_64')
url='https://www.libimobiledevice.org'
license=('LGPL3')
depends=('curl' 'libimobiledevice' 'libplist' 'libirecovery' 'libzip' 'openssl' 'zlib')
+conflicts=('idevicerestore-git') # https://aur.archlinux.org/packages/idevicerestore-git/#comment-759041
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"
'0001-configure.ac-check-for-pthreads.patch')
sha256sums=('32712e86315397fd2e8999e77a2d2f790c67f6b4aa50d4d1c64cb2c4609836f7'