author | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
parent | 1a7ec2eaf571c6faca06a5bbdd334f95a9f87674 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 67aea28..8f776b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kemoticons -pkgver=5.90.0 +pkgver=5.91.0 pkgrel=1 pkgdesc='Support for emoticons and emoticons themes' arch=(x86_64) @@ -13,9 +13,10 @@ depends=(karchive kservice) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('8b191c0a06faa34bc8fb37cbe922d28530874fe80c27a35fc2433ad54c99af22' +sha256sums=('10287a304fbe0bd6992afe29313c156883591639c9e80ec26e76e683709cf6cb' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \