summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-02-07 15:49:00 +0000
committerLinux Gamers2021-02-07 15:49:00 +0000
commite5ed4385c63a3079a0e7ddb5c1a6f7868e28def5 (patch)
tree6ca6b18b0ffa98dd970bf68cb2c3084598d84c28
parent3bf72ee64d7701805681055a469a5e31987718a6 (diff)
downloadaur-e5ed4385c63a3079a0e7ddb5c1a6f7868e28def5.tar.gz
1687
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0910807f8a4b..dd4464f9e500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1686
+ pkgver = 1687
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/1686.tar.gz
- sha512sums = 55afb8ba7b7a476caadac3428dc218e4af2d2d5f385a574ed60f637e0267fb12e37c432f69ddef0c2e4069142381a6761e746a4460db25bfc9fd987f82462643
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1687.tar.gz
+ sha512sums = 3769c07e62e44c69438cc9552e4ee5244fb85ba23891ce922c59304a501af014dcf1dc3c34e717c68d51702a869184749568ff4362a845fd29d68546e7988e32
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 33ea20f7c5a2..626ae5501a8f 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=1686
+pkgver=1687
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=('55afb8ba7b7a476caadac3428dc218e4af2d2d5f385a574ed60f637e0267fb12e37c432f69ddef0c2e4069142381a6761e746a4460db25bfc9fd987f82462643')
+sha512sums=('3769c07e62e44c69438cc9552e4ee5244fb85ba23891ce922c59304a501af014dcf1dc3c34e717c68d51702a869184749568ff4362a845fd29d68546e7988e32')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"