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

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 23 19:28:01 UTC 2013


    Date: Monday, September 23, 2013 @ 21:28:01
  Author: heftig
Revision: 194849

0.9

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

--------------+
 PKGBUILD     |   16 ++++++++--------
 PKGBUILD-0.9 |   28 ----------------------------
 2 files changed, 8 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 19:27:51 UTC (rev 194848)
+++ PKGBUILD	2013-09-23 19:28:01 UTC (rev 194849)
@@ -2,18 +2,18 @@
 # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
 
 pkgname=libquvi
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('i686' 'x86_64')
 url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi-scripts' 'curl' 'lua')
-conflicts=('quvi<0.4.0')
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi<0.9.0')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('a5fa8860c23655a529b3166f6e25c83a'
-         'cc7f15518f8ab2fc134bc64f0e9d584b')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('12a62c4fcde9b6109193191b7bd3d685'
+         'SKIP')
 
 build() {
   cd "${pkgname}-${pkgver}"

Deleted: PKGBUILD-0.9
===================================================================
--- PKGBUILD-0.9	2013-09-23 19:27:51 UTC (rev 194848)
+++ PKGBUILD-0.9	2013-09-23 19:28:01 UTC (rev 194849)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 170942 2012-11-13 21:14:25Z heftig $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
-conflicts=('quvi<0.9.0')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('6474cdcce8b4d0d6ed86617313cd1cdf'
-         'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}




More information about the arch-commits mailing list