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

Antonio Rojas arojas at archlinux.org
Fri May 29 14:16:38 UTC 2020


    Date: Friday, May 29, 2020 @ 14:16:37
  Author: arojas
Revision: 637091

Update to 3.8.12

Modified:
  clipgrab/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 14:05:53 UTC (rev 637090)
+++ PKGBUILD	2020-05-29 14:16:37 UTC (rev 637091)
@@ -5,7 +5,7 @@
 # Contributor: thacrazze <thacrazze|googlemail|com>
 
 pkgname=clipgrab
-pkgver=3.8.11
+pkgver=3.8.12
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
 arch=(x86_64)
@@ -15,17 +15,13 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
         $pkgname.desktop)
-sha256sums=('b39b44fa31035ecab8f87cedddbcf9ce60082b0bebccdd4327582bf97d6dee4a'
+sha256sums=('ed5900ca96ec78ad914ec8e63d3830b7d51bf329993f0b8190ed5662b581d7da'
             '840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
 
 build() {
   cd $pkgname-$pkgver
 
-  qmake \
-    QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
-    QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
-    QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
-    clipgrab.pro
+  qmake clipgrab.pro
   make
 }
 



More information about the arch-commits mailing list