[arch-commits] Commit in bucklespring/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon May 3 21:59:38 UTC 2021
Date: Monday, May 3, 2021 @ 21:59:38
Author: foxboron
Revision: 927326
archrelease: copy trunk to community-x86_64
Added:
bucklespring/repos/community-x86_64/PKGBUILD
(from rev 927325, bucklespring/trunk/PKGBUILD)
Deleted:
bucklespring/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 21:59:30 UTC (rev 927325)
+++ PKGBUILD 2021-05-03 21:59:38 UTC (rev 927326)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=bucklespring
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
-arch=('i686' 'x86_64')
-url="https://github.com/zevv/bucklespring"
-license=('MIT')
-depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz")
-sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
-
-build() {
- cd "$pkgname-$pkgver"
- make PATH_AUDIO=/usr/share/bucklespring
-}
-
-package() {
- cd "$pkgname-$pkgver"
- install -Dm755 buckle "$pkgdir"/usr/bin/buckle
- install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 927325, bucklespring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 21:59:38 UTC (rev 927326)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=bucklespring
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="https://github.com/zevv/bucklespring"
+license=('MIT')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/${pkgver}.tar.gz")
+sha256sums=('0b9505abde912775dd78d8396d2282a6d89e3ad3342b3f150c207becb40d34ab')
+
+build() {
+ cd "$pkgname-$pkgver"
+ make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+ install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list