Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libplist
Commits:
30cd362f by Antonio Rojas at 2024-05-05T09:11:06+02:00
upgpkg: 2.5.0-1: Update to 2.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libplist
pkgdesc = Library to handle Apple Property List files
- pkgver = 2.4.0
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://libimobiledevice.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -11,7 +11,7 @@ pkgbase = libplist
depends = gcc-libs
depends = glibc
optdepends = python: Python bindings
- source =
https://github.com/libimobiledevice/libplist/releases/download/2.4.0/libplist-2.4.0.tar.bz2
- sha256sums =
3f5868ae15b117320c1ff5e71be53d29469d4696c4085f89db1975705781a7cd
+ source =
https://github.com/libimobiledevice/libplist/releases/download/2.5.0/libplist-2.5.0.tar.bz2
+ sha256sums =
72742f20a73e0a6367fbcadaf48cf903bfa45a3642a11f2224ed850d1f1e5683
pkgname = libplist
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=libplist
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
pkgdesc='Library to handle Apple Property List files'
arch=('x86_64')
url='https://libimobiledevice.org/'
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'glibc')
makedepends=('cython' 'python' 'python-setuptools')
optdepends=('python: Python bindings')
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('3f5868ae15b117320c1ff5e71be53d29469d4696c4085f89db1975705781a7cd')
+sha256sums=('72742f20a73e0a6367fbcadaf48cf903bfa45a3642a11f2224ed850d1f1e5683')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/30cd362f6c577149055507aa58c9dbfc0f44306e
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/30cd362f6c577149055507aa58c9dbfc0f44306e
You're receiving this email because of your account on gitlab.archlinux.org.