author | Antonio Rojas
<arojas@archlinux.org> 2023-12-21 08:13:17 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-12-21 08:13:17 UTC |
parent | 51a44e55f82e3e98c593154de53199d97a7feff8 |
.SRCINFO | +7 | -4 |
PKGBUILD | +8 | -4 |
diff --git a/.SRCINFO b/.SRCINFO index 0b44edb..7cef0de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ksanecore pkgdesc = Library providing logic to interface scanners - pkgver = 23.08.4 + pkgver = 24.01.85 pkgrel = 1 url = https://www.kde.org/ arch = x86_64 @@ -8,14 +8,17 @@ pkgbase = ksanecore license = LGPL license = FDL makedepends = extra-cmake-modules + depends = gcc-libs + depends = glibc depends = ki18n5 + depends = qt5-base depends = sane - source = https://download.kde.org/stable/release-service/23.08.4/src/ksanecore-23.08.4.tar.xz - source = https://download.kde.org/stable/release-service/23.08.4/src/ksanecore-23.08.4.tar.xz.sig + source = https://download.kde.org/unstable/release-service/24.01.85/src/ksanecore-24.01.85.tar.xz + source = https://download.kde.org/unstable/release-service/24.01.85/src/ksanecore-24.01.85.tar.xz.sig validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF - sha256sums = 57d116917278369d9468c6a86d308019a76c1c4080b110b6cf9b589600d500e4 + sha256sums = ff6910c9a8fb669293c86832d697692b8cb584f13fddb07815cef2cbcd70207d sha256sums = SKIP pkgname = ksanecore diff --git a/PKGBUILD b/PKGBUILD index 5848e12..a7dc50e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,16 +3,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ksanecore -pkgver=23.08.4 +pkgver=24.01.85 pkgrel=1 pkgdesc='Library providing logic to interface scanners' url='https://www.kde.org/' arch=(x86_64) license=(GPL LGPL FDL) -depends=(ki18n5 sane) +depends=(gcc-libs + glibc + ki18n5 + qt5-base + sane) makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('57d116917278369d9468c6a86d308019a76c1c4080b110b6cf9b589600d500e4' +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('ff6910c9a8fb669293c86832d697692b8cb584f13fddb07815cef2cbcd70207d' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>