[arch-commits] Commit in beep/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 22:11:19 UTC 2020
Date: Sunday, March 15, 2020 @ 22:11:19
Author: felixonmars
Revision: 377651
archrelease: copy trunk to extra-x86_64
Added:
beep/repos/extra-x86_64/PKGBUILD
(from rev 377650, beep/trunk/PKGBUILD)
Deleted:
beep/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 22:11:06 UTC (rev 377650)
+++ PKGBUILD 2020-03-15 22:11:19 UTC (rev 377651)
@@ -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.7
-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=('a1482a16f971c56dc6a62047fa449c96519c897d2e8cb18dcc06178564943c1eb3b9d9106ca6b76054e0fa109e3b161fb8e9ec1966a02d0d739222b5434b71c7')
-
-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 377650, beep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-15 22:11:19 UTC (rev 377651)
@@ -0,0 +1,25 @@
+# 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:
More information about the arch-commits
mailing list