summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-01-01 15:10:07 +0000
committerLinux Gamers2021-01-01 15:10:07 +0000
commit0e3f24cfd5b541be4bb30f8e2205508fe1569cb9 (patch)
tree2ce4dcd6a6886095e9de73158683815b92f8c20a
parentd34f56f697cd084c32936a33616a0796081e6f1f (diff)
downloadaur-0e3f24cfd5b541be4bb30f8e2205508fe1569cb9.tar.gz
1671
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd656f470c02..53dfceecd9b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1670
+ pkgver = 1671
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/1670.tar.gz
- sha512sums = a22654080221a074f16e0ab7aa1a410f65de235034cc75698ddccb1d7ee3e9e59f7589da58864535671a68efbd7ddb8cd376814e1824f97eb36dff8669d64b8f
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1671.tar.gz
+ sha512sums = 76a268b86ced3d3b448b8e524223db19bad266dd6819fe5be6bca111c0d2a8860f31188ab46568ba063ed91ae9216b4b07044db89d43efedd52e05701fb47ac2
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 302102c2d64b..b7f7a831d9d7 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=1670
+pkgver=1671
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=('a22654080221a074f16e0ab7aa1a410f65de235034cc75698ddccb1d7ee3e9e59f7589da58864535671a68efbd7ddb8cd376814e1824f97eb36dff8669d64b8f')
+sha512sums=('76a268b86ced3d3b448b8e524223db19bad266dd6819fe5be6bca111c0d2a8860f31188ab46568ba063ed91ae9216b4b07044db89d43efedd52e05701fb47ac2')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"