summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas McGrew2022-08-31 19:19:36 -0400
committerThomas McGrew2022-08-31 19:19:36 -0400
commitf12d624f4512ad666ab8d617b202973ab1f411a2 (patch)
treea0e98501dcffd09b2dd8c1b28e4009b96444f758
parentb83bacffd327cfeda83c0c1fa7a6455c0e536ade (diff)
downloadaur-f12d624f4512ad666ab8d617b202973ab1f411a2.tar.gz
Fixed an error in the PKGBUILD
OpenTK.dll and the resources directory no longer exist
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d046be6a722e..0e9d9b3c9c27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = famistudio-bin
pkgdesc = A very simple music editor for the Nintendo Entertainment System or Famicom
pkgver = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://famistudio.org/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 69618c9b5212..0d8af6a804ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=famistudio-bin
_pkgname=FamiStudio
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A very simple music editor for the Nintendo Entertainment System or Famicom"
arch=(x86_64)
@@ -39,7 +39,7 @@ package() {
cp famistudio.desktop $pkgdir/usr/share/applications/
cp -Lr "Demo Songs" FamiStudio.exe FamiStudio.exe.config libNesSndEmu.so \
libNotSoFatso.so libopenal32.so librtmidi.so libShineMp3.so libVorbis.so \
- libglfw.so libGifDec.so LinuxReadme.txt OpenTK.dll Resources FamiStudio.svg \
+ libglfw.so libGifDec.so LinuxReadme.txt FamiStudio.svg \
"$pkgdir/usr/share/famistudio"
mkdir -p $pkgdir/usr/share/licenses/${pkgname}/
cp LICENSE $pkgdir/usr/share/licenses/${pkgname}/