summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002024-03-25 00:52:33 +0100
committer0x9fff002024-03-25 00:52:33 +0100
commitbeaac7f2ca85872fd18c0428d48495519c6cc600 (patch)
tree7cc7a8841d46c26605f7e6bde2383f472ed62ae4
parentfb1168f8455967b0cea2edbf2e628755d5f503b5 (diff)
downloadaur-libirecovery.tar.gz
1.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3472fba7ec60..f30d29af3d93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libirecovery
pkgdesc = Library and utility to talk to iBoot/iBSS via USB
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://libimobiledevice.org/
arch = x86_64
- license = LGPL2.1
+ license = LGPL-2.1-only
makedepends = systemd
depends = libimobiledevice-glue
depends = libusb
depends = readline
- source = https://github.com/libimobiledevice/libirecovery/releases/download/1.1.0/libirecovery-1.1.0.tar.bz2
- sha256sums = ee3b1afbc0cab5309492cfcf3e132c6cc002617a57664ee0120ae918318e25f9
+ source = https://github.com/libimobiledevice/libirecovery/releases/download/1.2.0/libirecovery-1.2.0.tar.bz2
+ sha256sums = 74448348f8a68b654015fe1952fdc4e0781db20dcf4e1d85ec97d6f91e95eb14
pkgname = libirecovery
diff --git a/PKGBUILD b/PKGBUILD
index c06901274769..f5773924cad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
pkgname=libirecovery
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Library and utility to talk to iBoot/iBSS via USB"
arch=('x86_64')
url="https://libimobiledevice.org/"
-license=('LGPL2.1')
+license=('LGPL-2.1-only')
depends=('libimobiledevice-glue' 'libusb' 'readline')
# systemd is needed to build udev rules and is not in base-devel
makedepends=('systemd')
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('ee3b1afbc0cab5309492cfcf3e132c6cc002617a57664ee0120ae918318e25f9')
+sha256sums=('74448348f8a68b654015fe1952fdc4e0781db20dcf4e1d85ec97d6f91e95eb14')
prepare() {
cd "$pkgname-$pkgver"