summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43fed27f5027..3a6d0f201b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 02:10:48 UTC 2016
+# Mon Feb 20 22:25:24 UTC 2017
pkgbase = mupen64plus-qt
pkgdesc = A basic launcher for Mupen64Plus
pkgver = 1.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dh4/mupen64plus-qt
install = mupen64plus-qt.install
arch = i686
arch = x86_64
license = BSD
- depends = quazip-qt5
+ depends = quazip
depends = mupen64plus
depends = hicolor-icon-theme
source = https://github.com/dh4/mupen64plus-qt/archive/1.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2da1995e9a8e..cdf7c49ad521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mupen64plus-qt
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="A basic launcher for Mupen64Plus"
arch=('i686' 'x86_64')
url="https://github.com/dh4/mupen64plus-qt"
license=('BSD')
-depends=('quazip-qt5' 'mupen64plus' 'hicolor-icon-theme')
+depends=('quazip' 'mupen64plus' 'hicolor-icon-theme')
install=mupen64plus-qt.install
source=(https://github.com/dh4/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('526fa06e481ba4db84024a72535fc0c40dc06332bdb2985e90023948cbabac83')