Date: Thursday, February 25, 2016 @ 09:38:25
  Author: arojas
Revision: 260241

Update to 2.0.1

Modified:
  libcue/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-25 08:34:45 UTC (rev 260240)
+++ PKGBUILD    2016-02-25 08:38:25 UTC (rev 260241)
@@ -3,28 +3,24 @@
 # Contributor: said <atvordhosbn[at]gmail[dot]com>
 
 pkgname=libcue
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-source=("https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz";)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('155cfab2faff90f5954e31d9d3f90229ddc349cd')
+sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
 
 build() {
-       cd "${pkgname}-${pkgver}"
+       cd ${pkgname}-${pkgver}
        cmake -DCMAKE_INSTALL_PREFIX=/usr .
        make
 }
 
 package() {
-       cd "${pkgname}-${pkgver}"
+       cd ${pkgname}-${pkgver}
        make DESTDIR="${pkgdir}" install
-
-  # compatibility symlink
-  install -d "$pkgdir"/usr/include/libcue
-  ln -s /usr/include/libcue.h "$pkgdir"/usr/include/libcue/libcue.h
 }

Reply via email to