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

Levente Polyak anthraxx at archlinux.org
Mon Mar 30 17:56:52 UTC 2020


    Date: Monday, March 30, 2020 @ 17:56:52
  Author: anthraxx
Revision: 378751

archrelease: copy trunk to extra-x86_64

Added:
  beep/repos/extra-x86_64/PKGBUILD
    (from rev 378750, beep/trunk/PKGBUILD)
Deleted:
  beep/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 17:56:48 UTC (rev 378750)
+++ PKGBUILD	2020-03-30 17:56:52 UTC (rev 378751)
@@ -1,25 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=beep
-pkgver=1.4.8
-pkgrel=1
-pkgdesc='Advanced PC speaker beeping program'
-url='https://github.com/spkr-beep/beep'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc')
-source=(https://github.com/spkr-beep/beep/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('19bdc08881ca7d3ae0ee2d4a7da02a0058dc5ee3d149a1b8b0e9db932b1b6ce8a731ed276d8ca2b66f32eb8af9469caf4f9fed1a0b301fcac3f50a9b95d0a069')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: beep/repos/extra-x86_64/PKGBUILD (from rev 378750, beep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-30 17:56:52 UTC (rev 378751)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=beep
+pkgver=1.4.9
+pkgrel=1
+pkgdesc='Advanced PC speaker beeping program'
+url='https://github.com/spkr-beep/beep'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('46e6066cb4d9ad4a0c55a03bf5a2163426648ce3831fe1f7bafa2f02d0e407b50c52e58cc2b123c346df96e92b73d2458b473c3fb001d9a0d1470b7cf38cc35b')
+b2sums=('073169ccb4919c17c0291951834fea682c87021f18562629013293432292750f6d6b3235e8882fa9cf26c9e055e1283cfa629c2e88e0f87a301b238c38380498')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list