summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2021-04-18 20:04:50 +0200
committerArvedui2021-04-18 20:04:50 +0200
commit4d37810488edc438349b1f5e5674f30682255b61 (patch)
treeea94609994e44df99cb335c06a89d1d7621c537d
parentb2c38bcb272d33e721676417819c6f50f0f92e50 (diff)
downloadaur-4d37810488edc438349b1f5e5674f30682255b61.tar.gz
sameboy: upstream release 0.14.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92acf2c14bc0..e4645cbd2bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = sameboy
depends = sdl2
depends = hicolor-icon-theme
conflicts = sameboy-git
- source = sameboy-0.14.2.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.14.2.tar.gz
- md5sums = 503b33778935748fea7d484fd2bca220
+ source = sameboy-0.14.3.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.14.3.tar.gz
+ md5sums = 6fd5f2ad7725cc7b254538fc943730c4
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index e096a133cc56..b3aece7d241f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
@@ -13,7 +13,7 @@ conflicts=(sameboy-git)
# Upstream suggests using clang, but gcc is supported on Linux: https://github.com/LIJI32/SameBoy/issues/164#issuecomment-486464194
makedepends=(rgbds make git)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LIJI32/SameBoy/archive/v${pkgver}.tar.gz")
-md5sums=('503b33778935748fea7d484fd2bca220')
+md5sums=('6fd5f2ad7725cc7b254538fc943730c4')
build(){
cd "${srcdir}/SameBoy-${pkgver}"
@@ -24,12 +24,7 @@ package(){
cd "${srcdir}/SameBoy-${pkgver}"
make install CONF=release PREFIX=/usr/ DATA_DIR=/usr/share/games/sameboy/ DESTDIR="${pkgdir}" FREEDESKTOP=true
- install -D "${pkgdir}/usr/share/sameboy/LICENSE" "${pkgdir}/usr/share/licenses/sameboy/LICENSE"
- rm "${pkgdir}/usr/share/sameboy/LICENSE"
-
- # move data files to the correct location
- mkdir -p ${pkgdir}/usr/share/games
- mv ${pkgdir}/usr/share/{sameboy,games}
+ install -D "${pkgdir}/usr/share/games/sameboy/LICENSE" "${pkgdir}/usr/share/licenses/sameboy/LICENSE"
# mimetype icons don't belong here
# that could lead to file conflicts