[arch-commits] Commit in beep/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Apr 4 12:36:58 UTC 2019


    Date: Thursday, April 4, 2019 @ 12:36:58
  Author: anthraxx
Revision: 349830

upgpkg: beep 1.4.4-1

Modified:
  beep/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-04 11:15:29 UTC (rev 349829)
+++ PKGBUILD	2019-04-04 12:36:58 UTC (rev 349830)
@@ -1,21 +1,17 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=beep
-pkgver=1.3
-pkgrel=4
-pkgdesc="Advanced PC speaker beeping program"
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Advanced PC speaker beeping program'
+url='https://github.com/spkr-beep/beep'
 arch=('x86_64')
-url="http://www.johnath.com/beep"
 license=('GPL2')
 depends=('glibc')
-source=(http://www.johnath.com/beep/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3f71146202208fa0c0cda360d125dd972ea003cf8cd62da21d67eb544c92f7b82640e7ce7c3835cbc65c75909a882edfa54dbd8d8b748d6f243711ea331477fd')
+source=(https://github.com/spkr-beep/beep/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cfaecbebbbd0596bee5f304c3bd74968d06873037d054def0907dfd36e5bd6e7fbd7d7051eacedd20480b88f8b4e343db05eb5d3dde0fdced33756545b630373')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i "s:-Wall:${CFLAGS}:" Makefile
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   make
@@ -23,6 +19,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  install -D -m755 beep "${pkgdir}/usr/bin/beep"
-  install -D -m644 beep.1.gz "${pkgdir}/usr/share/man/man1/beep.1.gz"
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list