[arch-commits] Commit in mgba/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Tue Jan 28 14:28:45 UTC 2020


    Date: Tuesday, January 28, 2020 @ 14:28:45
  Author: jsteel
Revision: 557773

upgpkg: mgba 0.8.0-1

Modified:
  mgba/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 14:17:14 UTC (rev 557772)
+++ PKGBUILD	2020-01-28 14:28:45 UTC (rev 557773)
@@ -4,8 +4,8 @@
 
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 arch=('x86_64')
 url='http://mgba.io'
 license=('custom:MPL2')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
              'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
 source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-md5sums=('808ca8ca6f823be5c5b4bc6ffd642442')
+md5sums=('7e4f87064d9a1b4f7a0d3e723cdf9bc8')
 
 prepare() {
   [[ ! -d build ]] && mkdir build || rm -rf build



More information about the arch-commits mailing list