Date: Sunday, April 16, 2023 @ 13:04:29 Author: yan12125 Revision: 1446497
upgpkg: lxqt-build-tools 0.13.0-1: bump Modified: lxqt-build-tools/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-16 12:01:19 UTC (rev 1446496) +++ PKGBUILD 2023-04-16 13:04:29 UTC (rev 1446497) @@ -2,8 +2,8 @@ # Contributor: Jerome Leclanche <[email protected]> pkgname=lxqt-build-tools -pkgver=0.12.0 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc="Various packaging tools and scripts for LXQt applications" arch=("any") url="https://github.com/lxqt/$pkgname" @@ -12,21 +12,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-pr83.patch"::"https://github.com/lxqt/lxqt-build-tools/commit/8e53618a1c96b42b0b9a36d0d7d3f2c06a62db81.patch" ) -sha256sums=('10075cf6ba6d3bcd8bf444ef78e7e754f40e1f40cd90e8338c1e4c784ca89530' - 'SKIP' - '65ef8ec7d2e0930d19d0867364d0c3f16b5b0e200cfac7381897e2a9d5734935') +sha256sums=('fd3c199d0d7c61f23040a45ead57cc9a4f888af5995371f6b0ce1fa902eb59ce' + 'SKIP') validpgpkeys=( "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # https://github.com/tsujan.gpg ) -prepare() { - cd $pkgname-$pkgver - # Backport https://github.com/lxqt/lxqt-build-tools/pull/83 to fix building lxqt-config (merged) - patch -Np1 -i ../$pkgname-pr83.patch -} - build() { mkdir -p build cd build
