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

Jan de Groot jgc at archlinux.org
Sun Feb 19 22:17:11 UTC 2017


    Date: Sunday, February 19, 2017 @ 22:17:10
  Author: jgc
Revision: 289294

upgpkg: qqwing 1.3.4-3

Switch to HTTPS and SHA256, fix overlinking

Modified:
  qqwing/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-19 22:14:40 UTC (rev 289293)
+++ PKGBUILD	2017-02-19 22:17:10 UTC (rev 289294)
@@ -3,18 +3,19 @@
 
 pkgname=qqwing
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Sudoku generating and solving software"
 arch=('i686' 'x86_64')
-url='http://qqwing.com/'
+url='https://qqwing.com/'
 depends=(gcc-libs)
 license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list