[arch-commits] Commit in libcue/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 26 03:47:54 UTC 2018


    Date: Saturday, May 26, 2018 @ 03:47:54
  Author: felixonmars
Revision: 324999

archrelease: copy trunk to extra-x86_64

Added:
  libcue/repos/extra-x86_64/PKGBUILD
    (from rev 324998, libcue/trunk/PKGBUILD)
Deleted:
  libcue/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 03:47:33 UTC (rev 324998)
+++ PKGBUILD	2018-05-26 03:47:54 UTC (rev 324999)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at 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
-}

Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 324998, libcue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-26 03:47:54 UTC (rev 324999)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org> 
+# Contributor: said <atvordhosbn[at]gmail[dot]com>
+
+pkgname=libcue
+pkgver=2.2.1
+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')
+sha512sums=('32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_SHARED_LIBS=ON .
+	make
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list