summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-29 22:09:55 +0100
committerMilk Brewster2020-08-29 22:09:55 +0100
commitd42b200cf6e6d3dd5cd41f2076010334908c2f26 (patch)
treea5518df95408481d1a20e1790c85fa52159267fb
parent3b8983f3f0b52aa291e9e71cfc65260cee03a6b2 (diff)
downloadaur-d42b200cf6e6d3dd5cd41f2076010334908c2f26.tar.gz
fic path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11298d0b47e3..82996f2b528a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = bespokesynth-git
provides = bespokesynth-bin
conflicts = bespokesynth
conflicts = bespokesynth-bin
- source = BespokeSynth::git+https://github.com/awwbees/BespokeSynth
+ source = bespokesynth::git+https://github.com/awwbees/BespokeSynth
md5sums = SKIP
pkgname = bespokesynth-git
diff --git a/PKGBUILD b/PKGBUILD
index 33068c354993..216a3ecd3dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=('bespokesynth' 'bespokesynth-bin')
conflicts=('bespokesynth' 'bespokesynth-bin')
replaces=()
noextract=()
-source=(BespokeSynth::git+https://github.com/awwbees/BespokeSynth)
+source=(${_pkgname}::git+https://github.com/awwbees/BespokeSynth)
md5sums=('SKIP')
pkgver() {
@@ -53,9 +53,9 @@ build() {
package() {
cd "$_pkgname"
mkdir -p ${pkgdir}/usr/bin
- install ${srcdir}/Builds/LinuxMakefile/build/BespokeSynth ${pkgdir}/usr/bin/BespokeSynth
+ install ${srcdir}/BespokeSynth/Builds/LinuxMakefile/build/BespokeSynth ${pkgdir}/usr/bin/BespokeSynth
mkdir -p ${pkgdir}/usr/share/icons/hicolor/512x512/apps
- install ${srcdir}/Builds/LinuxMakefile/build/BespokeSynth/bespoke_icon.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps
+ install ${srcdir}/BespokeSynth/Builds/LinuxMakefile/build/BespokeSynth/bespoke_icon.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps
mkdir -p /usr/share/applications/
install ${srcdir}/../BespokeSynth.desktop ${pkgdir}/usr/share/applications/BespokeSynth.desktop