[arch-commits] Commit in bucklespring/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Thu Nov 4 21:16:20 UTC 2021
Date: Thursday, November 4, 2021 @ 21:16:20
Author: foxboron
Revision: 1037008
archrelease: copy trunk to community-x86_64
Added:
bucklespring/repos/community-x86_64/PKGBUILD
(from rev 1037007, bucklespring/trunk/PKGBUILD)
Deleted:
bucklespring/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-04 21:16:14 UTC (rev 1037007)
+++ PKGBUILD 2021-11-04 21:16:20 UTC (rev 1037008)
@@ -1,24 +0,0 @@
-# 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
-}
Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 1037007, bucklespring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-04 21:16:20 UTC (rev 1037008)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=bucklespring
+pkgver=1.5.1
+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/v${pkgver}.tar.gz")
+sha256sums=('8d75d9809aa1f45b6f613bd6547f52a4ba9b207119775e48497c1a17fe98d541')
+
+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