[arch-commits] Commit in alsa-lib/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Nov 19 18:20:41 UTC 2019


    Date: Tuesday, November 19, 2019 @ 18:20:40
  Author: anatolik
Revision: 369442

archrelease: copy trunk to testing-x86_64

Added:
  alsa-lib/repos/testing-x86_64/PKGBUILD
    (from rev 369441, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-19 18:20:14 UTC (rev 369441)
+++ PKGBUILD	2019-11-19 18:20:40 UTC (rev 369442)
@@ -1,23 +0,0 @@
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=alsa-lib
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://www.alsa-project.org"
-depends=('glibc')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('a5bd60ed0cfca3911db534364554412c479d2cb6ded6c8e7011d2510797a6cbd10613d6e1d42cb589afec8e7408c8fd5465360ddd14df8701af7dc414961c19e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 369441, alsa-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-19 18:20:40 UTC (rev 369442)
@@ -0,0 +1,23 @@
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=alsa-lib
+pkgver=1.2.1.1
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org"
+depends=('glibc')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --without-debug --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list