summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-12-06 15:11:32 +0000
committerLinux Gamers2020-12-06 15:11:32 +0000
commitcacdb6eb6197b993eac53f70b76f8fe2e28ea608 (patch)
tree5a9bb492d9429a02eba8e2decc83598a0e990606
parent6dc1bbb7fbe337c74029f71c650d01e83c51451c (diff)
downloadaur-cacdb6eb6197b993eac53f70b76f8fe2e28ea608.tar.gz
1652
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d293eae1f991..3ced2bbf88d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1651
+ pkgver = 1652
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/1651.tar.gz
- sha512sums = 8045467896d05e535ee997e8d9eeded1a6cfb947e38a12daace7eab44e642f00ee953ca8a7b9e2eadc6b6b4145bde237df13acd1abf2170e519ce06a3c32cb7d
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1652.tar.gz
+ sha512sums = d2ee2799a1e2ca11c5fcb08e1f8332c1fa41e940153c91ff4a64858382cfabccd4d80a9748f63fd586e22828fd852b656efa87a7677b73d503adec3e11015584
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 515688e7df22..c51ade663a87 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=1651
+pkgver=1652
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=('8045467896d05e535ee997e8d9eeded1a6cfb947e38a12daace7eab44e642f00ee953ca8a7b9e2eadc6b6b4145bde237df13acd1abf2170e519ce06a3c32cb7d')
+sha512sums=('d2ee2799a1e2ca11c5fcb08e1f8332c1fa41e940153c91ff4a64858382cfabccd4d80a9748f63fd586e22828fd852b656efa87a7677b73d503adec3e11015584')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"