summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2020-06-11 13:42:42 +0200
committerArvedui2020-06-11 13:42:42 +0200
commit0b240057e6dd149d8b50ffe0ad3f93af5627962a (patch)
tree34efaec7e3c154044dce2650ebe7a082eaa68335
parent434fbaba23c2f35ce286680a5c57a55779d374ac (diff)
downloadaur-0b240057e6dd149d8b50ffe0ad3f93af5627962a.tar.gz
sameboy: upstream release 0.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e80881d360..2c9031923239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.13.1
- pkgrel = 2
+ pkgver = 0.13.2
+ pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = sameboy
makedepends = git
depends = sdl2
conflicts = sameboy-git
- source = sameboy-0.13.1.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.13.1.tar.gz
- md5sums = c53b33add01083d977610411b238f337
+ source = sameboy-0.13.2.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.13.2.tar.gz
+ md5sums = 42c5917f804ad57237a041cde83f5e7c
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index 50764f8307d9..8da2a2a07e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.13.2
+pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
license=(MIT)
@@ -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=('c53b33add01083d977610411b238f337')
+md5sums=('42c5917f804ad57237a041cde83f5e7c')
build(){
cd "${srcdir}/SameBoy-${pkgver}"