summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-02-13 15:25:51 +0000
committerLinux Gamers2021-02-13 15:25:51 +0000
commit67b4d3806441e53207f907e6eafd431a77aa75ad (patch)
treead0c8c58a75b439e3aba2897bfc54f87372f78ab
parent546f98006a389fb90b9a9b430a85654622883740 (diff)
downloadaur-67b4d3806441e53207f907e6eafd431a77aa75ad.tar.gz
1694
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9737a8b72801..169c52f15409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1693
+ pkgver = 1694
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/1693.tar.gz
- sha512sums = eb80eae11b165e9373dfaa88d333c69190c1bbc46ce3f71bdf404c0484b75e88e750925a3f76a989c05ac69d39a459a97cb0e251693a9ecc94cc1c2aaf68566c
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1694.tar.gz
+ sha512sums = 7abd66f792a596aebc8462b2035dc93762e7c5c83f1af4b00aa3ab380b5731032f980a55f5219b5e2e4642763e2aebd0277d04a44e3cf491eb68564e525dbb63
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index c3ce559f6fc2..36227235b70d 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=1693
+pkgver=1694
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=('eb80eae11b165e9373dfaa88d333c69190c1bbc46ce3f71bdf404c0484b75e88e750925a3f76a989c05ac69d39a459a97cb0e251693a9ecc94cc1c2aaf68566c')
+sha512sums=('7abd66f792a596aebc8462b2035dc93762e7c5c83f1af4b00aa3ab380b5731032f980a55f5219b5e2e4642763e2aebd0277d04a44e3cf491eb68564e525dbb63')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"