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

Antonio Rojas arojas at archlinux.org
Fri Jan 29 20:13:09 UTC 2021


    Date: Friday, January 29, 2021 @ 20:13:08
  Author: arojas
Revision: 406903

archrelease: copy trunk to extra-x86_64

Added:
  libshout/repos/extra-x86_64/PKGBUILD
    (from rev 406902, libshout/trunk/PKGBUILD)
Deleted:
  libshout/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 20:12:52 UTC (rev 406902)
+++ PKGBUILD	2021-01-29 20:13:08 UTC (rev 406903)
@@ -1,27 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Jason Chu <jchu at xentac.net>
-
-pkgname=libshout
-pkgver=2.4.4
-pkgrel=1
-epoch=1
-pkgdesc="Library for accessing a shoutcast/icecast server"
-arch=('x86_64')
-depends=('libvorbis' 'libtheora' 'speex' 'openssl')
-url="https://www.icecast.org/"
-options=('!emptydirs')
-license=('LGPL')
-source=("https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ddc44d4db0193471b1a61d41e8ec975a021da4f5af657716ecbb1eaf95231e03ac44036148f0d5bd897ba5c03f075fd67017fecfccebb4f11be56375c0e5c088')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libshout/repos/extra-x86_64/PKGBUILD (from rev 406902, libshout/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-29 20:13:08 UTC (rev 406903)
@@ -0,0 +1,27 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=libshout
+pkgver=2.4.5
+pkgrel=1
+epoch=1
+pkgdesc="Library for accessing a shoutcast/icecast server"
+arch=('x86_64')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+url="https://www.icecast.org/"
+options=('!emptydirs')
+license=('LGPL')
+source=("https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('290844185da16961f03434d3e341573dd6cb0139e5fa81902903021b641382d2629302d7c356bc591b35656754e07f4e44a8d9e782e092b17a051b9ae8f54341')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list