summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-01-04 15:12:02 +0000
committerLinux Gamers2021-01-04 15:12:02 +0000
commit74290a0af61edf8042f6df1113139f2a225d7b49 (patch)
tree666b3f2b46aee8efdc2ebf90134b05fffd5beae1
parent695a2da04f50f58a0df499a387136fcd137aafb0 (diff)
downloadaur-74290a0af61edf8042f6df1113139f2a225d7b49.tar.gz
1677
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cb8a2c2704..377758c3dca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1676
+ pkgver = 1677
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/1676.tar.gz
- sha512sums = 83299049d6b1178ded01f7746f450dd1c050451212c1fd4f47a1b8743886fb1ad516a160a8bfb7e819f59b430a7d4065d8198cb4ae48e7cc2b98df4514500aff
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1677.tar.gz
+ sha512sums = 1ec810d032c9cdecfde52522e40282f492ec31115e213142fbc53972b80800444f74028ac091bb1b09e1adf97f5dccb468944ffeccc5d98d4ebfa46ae09d3f99
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 2b094c8d280f..55ff91360208 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=1676
+pkgver=1677
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=('83299049d6b1178ded01f7746f450dd1c050451212c1fd4f47a1b8743886fb1ad516a160a8bfb7e819f59b430a7d4065d8198cb4ae48e7cc2b98df4514500aff')
+sha512sums=('1ec810d032c9cdecfde52522e40282f492ec31115e213142fbc53972b80800444f74028ac091bb1b09e1adf97f5dccb468944ffeccc5d98d4ebfa46ae09d3f99')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"