aboutsummaryrefslogtreecommitdiffstats
path: root/main/beep
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-26 18:52:03 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-26 19:28:39 +0100
commite993a59437bedb47cbb774c9755afbc983cb8d02 (patch)
tree55a882065ff556d4cd7546b0b703ae3739ab9ae2 /main/beep
parent21034a7dae4868d267e40438a9f93dc0b2be553c (diff)
downloadaports-e993a59437bedb47cbb774c9755afbc983cb8d02.tar.bz2
aports-e993a59437bedb47cbb774c9755afbc983cb8d02.tar.xz
main/beep: upgrade to 1.4.6
Diffstat (limited to 'main/beep')
-rw-r--r--main/beep/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/beep/APKBUILD b/main/beep/APKBUILD
index c539c0e4c5..04d3c2206e 100644
--- a/main/beep/APKBUILD
+++ b/main/beep/APKBUILD
@@ -1,27 +1,24 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=beep
-pkgver=1.4.4
+pkgver=1.4.6
pkgrel=0
pkgdesc="A terminal bell"
url="https://github.com/spkr-beep/beep"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/spkr-beep/beep/archive/v$pkgver.tar.gz
fix-gzip-man.patch"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="cfaecbebbbd0596bee5f304c3bd74968d06873037d054def0907dfd36e5bd6e7fbd7d7051eacedd20480b88f8b4e343db05eb5d3dde0fdced33756545b630373 beep-1.4.4.tar.gz
+sha512sums="753ab7f22624defba5645c2fceb1382137641fa8f219875783d5809d0bd344c530176b46a61a1d783bb2e5feb17c8137868e02744e1ee5d9e7ec331dbe1fe417 beep-1.4.6.tar.gz
b0828a0ee0050ca9f601b824f95af78a4db556e1f7b94d8d2a9927a939629fcddf03151c283ed3552c03fb750e06c6880781dcf31926869b66a4793bc6b381fc fix-gzip-man.patch"