summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Praehauser2021-12-22 13:03:17 +0100
committerAlexander Praehauser2021-12-22 13:03:17 +0100
commit90e32971a2f7acd0ea08bced39f18bf01961c2f8 (patch)
tree24928842ff93fc209a3be19d7eda8f7f38d1ee50 /PKGBUILD
parent39bfcdaca013941ca9df539f66bbee463264882f (diff)
downloadaur-90e32971a2f7acd0ea08bced39f18bf01961c2f8.tar.gz
Corrected a bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d6838c68e70..3709724e2a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Praehauser <ahprae@protonmail.com>
-_pkgbasename=om-sharp
-pkgname=${_pkgbasename-bin}
+_pkgbasename=om-sharp-bin
+pkgname=${_pkgbasename}
pkgver=1.5
pkgrel=1
pkgdesc="Offshoot and inofficial successor to the OpenMusic composition software"
@@ -16,7 +16,7 @@ conflicts=("${_pkgbasename}")
# Note that the openmusic executable may not be compressed/stripped.
# (http://www.lispworks.com/kb/a15fc2ea99b4f8f5802571fe0057705a.html)
options=(!strip)
-source=("https://github.com/cac-t-u-s/om-sharp/releases/download/v$pkgver/$_pkgbasename-$pkgver-1.deb")
+source=("https://github.com/cac-t-u-s/om-sharp/releases/download/v$pkgver/om-sharp-$pkgver-1.deb")
sha256sums=('49de7fec06b8f3d44f0abff0275fea8c6906b6fa3f97d84eb01eb52414686165')