Date: Sunday, April 16, 2023 @ 13:10:26 Author: yan12125 Revision: 1446523
upgpkg: lxqt-config 1.3.0-1: bump Modified: lxqt-config/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-16 13:10:19 UTC (rev 1446522) +++ PKGBUILD 2023-04-16 13:10:26 UTC (rev 1446523) @@ -2,8 +2,8 @@ # Contributor: Jerome Leclanche <[email protected]> pkgname=lxqt-config -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="LXQt system configuration." arch=("x86_64") groups=("lxqt") @@ -21,21 +21,13 @@ source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" - "$pkgname-pr915.patch"::"https://github.com/lxqt/lxqt-config/commit/6add4e4f0040693e7c4242fbae48c9d32007686c.patch" ) -sha256sums=('3e1c4edd6c3099aa9a15623d43ea81da6a0a7cf5bd894b1e2873dc1bac2a1640' - 'SKIP' - '3acb08d235e5e029b3c5c0286d4da63d0f188c6df0c097866eb57d4f7fdc8b07') +sha256sums=('929f60b58cf8dbf84f0f778a59c9794bfcc74abb8ea68177e28deb666eae698f' + 'SKIP') validpgpkeys=( "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # https://github.com/tsujan.gpg ) -prepare() { - cd $pkgname-$pkgver - # Backport https://github.com/lxqt/lxqt-config/pull/915 (merged) - patch -Np1 -i ../$pkgname-pr915.patch -} - build() { mkdir -p build cd build
