Date: Sunday, November 7, 2021 @ 03:03:06 Author: yan12125 Revision: 1038105
upgpkg: qtermwidget 1.0.0-1; drop a merged patch Modified: qtermwidget/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-07 02:46:35 UTC (rev 1038104) +++ PKGBUILD 2021-11-07 03:03:06 UTC (rev 1038105) @@ -2,8 +2,8 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=qtermwidget -pkgver=0.17.0 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="A terminal widget for Qt, used by QTerminal" arch=("x86_64") url="https://github.com/lxqt/$pkgname" @@ -17,11 +17,9 @@ 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" - "FS71280.patch"::"https://github.com/lxqt/qtermwidget/commit/9613dcd6c594cc6c59734112680bab0be43eff71.patch" ) -sha256sums=('4e04b2fb71d7382266a1ea168bf02d1283e04df6127a42f760a30389cb219b82' - 'SKIP' - '77f19cf04e54576ed4d022d32e55b8558d292522f2fb531ca246afd2aa7427ce') +sha256sums=('2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2' + 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]> "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <[email protected]> @@ -28,11 +26,6 @@ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <[email protected]> ) -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../FS71280.patch -} - build() { mkdir -p build cd build
