summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-12-09 03:11:19 +0000
committerLinux Gamers2020-12-09 03:11:19 +0000
commitecf218e45799591c4528a43283b8fc8b78dc11b4 (patch)
tree0750c059a6a54dcca26fdb59893257326420a286
parent40b2cbeb5be2d31e451a89912207a59b4db3464e (diff)
downloadaur-ecf218e45799591c4528a43283b8fc8b78dc11b4.tar.gz
1657
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3fd5ba5622..4135c9a65d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1656
+ pkgver = 1657
pkgrel = 1
url = https://github.com/linux-gamers/arch-citra-nightly
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = citra-nightly
conflicts = citra-canary-bin
conflicts = citra-nightly-bin
conflicts = citra-nightly-git
- source = https://github.com/linux-gamers/arch-citra-nightly/archive/1656.tar.gz
- sha512sums = 15192c32c8cb2d9247fa16d678b89b58e56f9b19480b32fc8cbb58d430b4fd287d126835c4b9bdb556da39cb4bee7291896f2cf251560d4bd84c9b563d4eb544
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1657.tar.gz
+ sha512sums = 334cca17f5a61b6b253c2e97d9060d8b981b82b921b21969ce80de83ca58b1e0eff0cb2e336c8c4f6352fda39a65058ce6f47d90500d11a82237bd7a2801d99f
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 584aa56632d5..67a80fbe0246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='citra-nightly'
provides=('citra' 'citra-qt' 'citra-room')
conflicts=('citra-git' 'citra-canary-git' 'citra-canary-bin' 'citra-nightly-bin' 'citra-nightly-git')
-pkgver=1656
+pkgver=1657
pkgrel=1
pkgdesc="Citra emulator 'nightly' branch binaries for Arch Linux"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/linux-gamers/arch-citra-nightly"
license=('GNU General Public License v2.0')
depends=('sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac' 'libzip' 'ffmpeg')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('15192c32c8cb2d9247fa16d678b89b58e56f9b19480b32fc8cbb58d430b4fd287d126835c4b9bdb556da39cb4bee7291896f2cf251560d4bd84c9b563d4eb544')
+sha512sums=('334cca17f5a61b6b253c2e97d9060d8b981b82b921b21969ce80de83ca58b1e0eff0cb2e336c8c4f6352fda39a65058ce6f47d90500d11a82237bd7a2801d99f')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"