summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-02-22 03:29:29 +0000
committerLinux Gamers2021-02-22 03:29:29 +0000
commit133b5cd75da30ec86009ee912f036f70c84f7819 (patch)
tree8bdff4ba057dcd324be1231d702818a2f482206c
parent67b4d3806441e53207f907e6eafd431a77aa75ad (diff)
downloadaur-133b5cd75da30ec86009ee912f036f70c84f7819.tar.gz
1695
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 169c52f15409..2e941176478c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1694
+ pkgver = 1695
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/1694.tar.gz
- sha512sums = 7abd66f792a596aebc8462b2035dc93762e7c5c83f1af4b00aa3ab380b5731032f980a55f5219b5e2e4642763e2aebd0277d04a44e3cf491eb68564e525dbb63
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1695.tar.gz
+ sha512sums = c7913b5519f7263daf7350e79ab8e16c0d821cee11ddf570b9248e04dd81427a12be054b0469b01564173e981c129e6e43203e77707f250bbcef203a28d6c60e
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 36227235b70d..b4a7056b07b8 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=1694
+pkgver=1695
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=('7abd66f792a596aebc8462b2035dc93762e7c5c83f1af4b00aa3ab380b5731032f980a55f5219b5e2e4642763e2aebd0277d04a44e3cf491eb68564e525dbb63')
+sha512sums=('c7913b5519f7263daf7350e79ab8e16c0d821cee11ddf570b9248e04dd81427a12be054b0469b01564173e981c129e6e43203e77707f250bbcef203a28d6c60e')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"