[arch-commits] Commit in lxqt-archiver/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun May 17 06:49:44 UTC 2020


    Date: Sunday, May 17, 2020 @ 06:49:44
  Author: yan12125
Revision: 628221

upgpkg: lxqt-archiver 0.2.0-1; GCC 10 build issue is fixed upstream

Modified:
  lxqt-archiver/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 06:48:11 UTC (rev 628220)
+++ PKGBUILD	2020-05-17 06:49:44 UTC (rev 628221)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
 
 pkgname=lxqt-archiver
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
 arch=("x86_64")
 groups=("lxqt")
@@ -10,20 +10,13 @@
 license=("GPL2")
 depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
 makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
-source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
-        $pkgname-gcc10.patch::https://github.com/lxqt/lxqt-archiver/commit/caefefb3547b256ead7d7d35820082ec2ab5ceb5.patch)
-sha256sums=('32b3e2bead037159b99b4069a53034abb43d31728693b5fa3c8ccbddfaffd316'
-            'SKIP'
-            '1e576b9b242a6e77e15e77bf60406cf7167009e42c65db16909bb8d2bf4f521e')
+source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('ce2548bd16ee4f28304ba4741a5d006611b874340f3257240a9b03a8d42fe2c4'
+            'SKIP')
 validpgpkeys=(
   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-gcc10.patch
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=None \



More information about the arch-commits mailing list