[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)

2013-09-23 Thread Jan Steffens
Date: Monday, September 23, 2013 @ 21:27:51
  Author: heftig
Revision: 194848

0.9

Modified:
  libquvi-scripts/trunk/PKGBUILD
Deleted:
  libquvi-scripts/trunk/PKGBUILD-0.9

--+
 PKGBUILD |9 -
 PKGBUILD-0.9 |   25 -
 2 files changed, 4 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 19:27:05 UTC (rev 194847)
+++ PKGBUILD2013-09-23 19:27:51 UTC (rev 194848)
@@ -2,21 +2,20 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi-scripts
-pkgver=0.4.17
+pkgver=0.9.20130903
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
 url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('curl' 'lua')
+license=('AGPL3')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('8a887905a368bf31e0ace28e49b5c800'
+md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
  'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-nsfw --with-nlfy
+  ./configure --prefix=/usr --with-nsfw --with-geoblocked
   make
 }
 

Deleted: PKGBUILD-0.9
===
--- PKGBUILD-0.92013-09-23 19:27:05 UTC (rev 194847)
+++ PKGBUILD-0.92013-09-23 19:27:51 UTC (rev 194848)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libquvi-scripts
-pkgver=0.9.20130619
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7030104f089320fe3c2b74b1fe0d6447'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-nsfw --with-geoblocked
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}



[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 16:52:27
  Author: heftig
Revision: 192204

0.4.17

Added:
  libquvi-scripts/trunk/PKGBUILD-0.9
Modified:
  libquvi-scripts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 PKGBUILD-0.9 |   25 +
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 14:50:45 UTC (rev 192203)
+++ PKGBUILD2013-08-07 14:52:27 UTC (rev 192204)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi-scripts
-pkgver=0.4.16
+pkgver=0.4.17
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('curl' 'lua')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('693f9ebce64485367e29db07d11e4edf'
+md5sums=('8a887905a368bf31e0ace28e49b5c800'
  'SKIP')
 
 build() {

Added: PKGBUILD-0.9
===
--- PKGBUILD-0.9(rev 0)
+++ PKGBUILD-0.92013-08-07 14:52:27 UTC (rev 192204)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi-scripts
+pkgver=0.9.20130619
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7030104f089320fe3c2b74b1fe0d6447'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-nsfw --with-geoblocked
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}