makedeb


melonds-bin 0.9.5-1


DS emulator, sorta

Click here to go back to the commit logs for melonds-bin.

Commit:


Hash: 07c1d8bec1d8796a8a711e354b934e610d9cc12b

Message: Upgraded to 0.9.5

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1c0b70d..0b29efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = melonds-bin
 pkgbase = melonds-bin
 pkgdesc = DS emulator, sorta
 pkgrel = 1
-pkgver = 0.9.4
+pkgver = 0.9.5
 url = https://github.com/Arisotura/melonds
 arch = x86_64
 conflicts = melonds-git
@@ -17,7 +17,7 @@ depends = libarchive-dev
 depends = libepoxy-dev
 license = GPL3
 provides = melonds
-source = melonDS::https://github.com/Arisotura/melonds/releases/download/0.9.4/melonDS_0.9.4_linux_x64.7z
-source = git+https://github.com/Arisotura/melonds.git#tag=0.9.4
-sha256sums = b1a8a1759acce339ec76591ad7d917e18dc932b6bd4b44fd3a4cf783b13d6f36
-sha256sums = SKIP
+source = melonDS::https://github.com/Arisotura/melonds/releases/download/0.9.5/melonDS_0.9.5_linux_x64.zip
+source = git+https://github.com/Arisotura/melonds.git#tag=0.9.5
+b2sums = e5c0930bb60c640560b925fcc6efbd34dcbb7ea831b2d71aadcedc96714f8fd27378d191af4ac28288533538846a5a4925bd9b90b07fd076b5187e0f18600168
+b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e8cf0b..e111a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname='melonds-bin'
 _gitname='melonds'
 provides=('melonds')
-pkgver='0.9.4'
+pkgver='0.9.5'
 pkgrel='1'
 pkgdesc="DS emulator, sorta"
 arch=('x86_64')
@@ -12,10 +12,10 @@ license=('GPL3')
 url="https://github.com/Arisotura/${_gitname}"
 conflicts=("${_gitname}-git" "${_gitname}")
 
-source=("melonDS"::"${url}/releases/download/${pkgver}/melonDS_${pkgver}_linux_x64.7z"
+source=("melonDS"::"${url}/releases/download/${pkgver}/melonDS_${pkgver}_linux_x64.zip"
         "git+${url}.git#tag=${pkgver}")
-sha256sums=('b1a8a1759acce339ec76591ad7d917e18dc932b6bd4b44fd3a4cf783b13d6f36'
-            'SKIP')
+b2sums=('e5c0930bb60c640560b925fcc6efbd34dcbb7ea831b2d71aadcedc96714f8fd27378d191af4ac28288533538846a5a4925bd9b90b07fd076b5187e0f18600168'
+        'SKIP')
 
 package() {
     cd "${srcdir}"