summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAron Young2023-06-23 21:20:20 +0800
committerAron Young2023-06-23 21:20:20 +0800
commita33ac82b31563bb4410632078f635a21722e0440 (patch)
tree34d47ef166fba0da41a1776be92a70ba7ab4e22d
parent8e30a619822263697f69d5ea1212d7fba7bee925 (diff)
downloadaur-a33ac82b31563bb4410632078f635a21722e0440.tar.gz
remove empty fields in PKGBUILD
-rw-r--r--PKGBUILD18
1 files changed, 1 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a343cc5d05c0..0e1bafc5f26f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,35 +1,19 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
# Maintainer: Your Name <youremail@domain.com>
+# Contributor: Asuka Minato
pkgname=piano-rs-git
pkgver=v0.1.0.r99.ge7d1163
pkgrel=1
-epoch=
pkgdesc="A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal"
arch=('any')
url="https://github.com/ritiek/piano-rs/"
license=('MIT')
-groups=()
depends=(glibc gcc-libs alsa-lib)
makedepends=(git cargo)
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("git+https://github.com/ritiek/piano-rs.git"
piano-rs.sh)
-noextract=()
sha256sums=('SKIP'
'99d9bea2b2bc084e48a703fc1dad2066e9b419b7869ea69f43d673f3cfae9b45')
-validpgpkeys=()
pkgver() {
cd "piano-rs"
git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'