Date: Wednesday, February 14, 2018 @ 22:20:18 Author: jgc Revision: 317039
archrelease: copy trunk to extra-x86_64 Added: libcue/repos/extra-x86_64/PKGBUILD (from rev 317038, libcue/trunk/PKGBUILD) Deleted: libcue/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-02-14 22:20:03 UTC (rev 317038) +++ PKGBUILD 2018-02-14 22:20:18 UTC (rev 317039) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: said <atvordhosbn[at]gmail[dot]com> - -pkgname=libcue -pkgver=2.1.0 -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=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz") -depends=('glibc') -makedepends=('cmake') -sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d') - -build() { - cd ${pkgname}-${pkgver} - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 317038, libcue/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-02-14 22:20:18 UTC (rev 317039) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: said <atvordhosbn[at]gmail[dot]com> + +pkgname=libcue +pkgver=2.2.0 +pkgrel=1 +pkgdesc='Parses so-called cue sheets and handles the parsed data' +url='https://github.com/lipnitsk/libcue/' +arch=('x86_64') +license=('GPL2') +source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz") +depends=('glibc') +makedepends=('cmake') +sha1sums=('9bc91bdacad73f3087cf849bb30a214a7dfb89e5') + +build() { + cd ${pkgname}-${pkgver} + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib . + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}