Date: Monday, February 22, 2016 @ 23:23:47
  Author: arojas
Revision: 260162

Update to 2.0

Modified:
  libcue/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-22 20:59:53 UTC (rev 260161)
+++ PKGBUILD    2016-02-22 22:23:47 UTC (rev 260162)
@@ -3,22 +3,24 @@
 # Contributor: said <atvordhosbn[at]gmail[dot]com>
 
 pkgname=libcue
-pkgver=1.4.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
-url='http://sourceforge.net/projects/libcue/'
+url='https://github.com/lipnitsk/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
+source=("https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz";)
+depends=('glibc')
+makedepends=('cmake')
+sha1sums=('155cfab2faff90f5954e31d9d3f90229ddc349cd')
 
 build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./autogen.sh --prefix=/usr
+       cd "${pkgname}-${pkgver}"
+       cmake -DCMAKE_INSTALL_PREFIX=/usr .
        make
 }
 
 package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
+       cd "${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
 }

Reply via email to