Date: Tuesday, May 18, 2021 @ 13:42:13 Author: arojas Revision: 936251
Update to 0.9.12 Modified: latte-dock/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 11:22:05 UTC (rev 936250) +++ PKGBUILD 2021-05-18 13:42:13 UTC (rev 936251) @@ -2,8 +2,8 @@ # Contributor: Michael Straube <[email protected]> pkgname=latte-dock -pkgver=0.9.11 -pkgrel=5 +pkgver=0.9.12 +pkgrel=1 pkgdesc='A dock based on Plasma Frameworks' arch=(x86_64) url='https://store.kde.org/p/1169519/' @@ -10,17 +10,11 @@ license=(GPL) depends=(plasma-framework knewstuff hicolor-icon-theme) makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} - latte-dock-plasma-5.22.patch::https://invent.kde.org/plasma/latte-dock/commit/078db6da.patch) -sha256sums=('513320e30f3016686ffb97f5502e513f4d21ce0f7bce75bf034a7775d448ea74' - 'SKIP' - '87f3978d00d1c9e7df70066dfa243a246133331d742de2d663fa07e192c2472b') +source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be' + 'SKIP') validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos (mvourlakos) <[email protected]> -prepare() { - patch -d $pkgname-$pkgver -p1 < latte-dock-plasma-5.22.patch -} - build() { cmake -B build -S $pkgname-$pkgver cmake --build build
