summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-01-02 15:09:33 +0000
committerLinux Gamers2021-01-02 15:09:33 +0000
commit0f6ba186d65c1611e9740fa8ad29ab599e7298c3 (patch)
tree2d51931bbcfdf77ec7ead06405ecf6504430cef9
parent70eb66280739f15790033a228bced8f5255c2e2f (diff)
downloadaur-0f6ba186d65c1611e9740fa8ad29ab599e7298c3.tar.gz
1673
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2472c6e4285..6218dcd48ced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-nightly
pkgdesc = Citra emulator 'nightly' branch binaries for Arch Linux
- pkgver = 1672
+ pkgver = 1673
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/1672.tar.gz
- sha512sums = baad9e20dbd57959940fe5d1a0997c0759005df1032e4cc9c905f657f2ec39849af2dfa02fa1f6dc3e89e4db47b53379a3986d1ff121ef37a87465bf1c6732ee
+ source = https://github.com/linux-gamers/arch-citra-nightly/archive/1673.tar.gz
+ sha512sums = 08081889828db128072729b5fe11dbb3d6fea713fa44540628e9af7c9703ba577225ca05b6e19057bfeab6fb0c0532c5d0b8ce966e2eb3c9fa5b43416cd8c689
pkgname = citra-nightly
diff --git a/PKGBUILD b/PKGBUILD
index b29adcb3429b..42e014a726be 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=1672
+pkgver=1673
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=('baad9e20dbd57959940fe5d1a0997c0759005df1032e4cc9c905f657f2ec39849af2dfa02fa1f6dc3e89e4db47b53379a3986d1ff121ef37a87465bf1c6732ee')
+sha512sums=('08081889828db128072729b5fe11dbb3d6fea713fa44540628e9af7c9703ba577225ca05b6e19057bfeab6fb0c0532c5d0b8ce966e2eb3c9fa5b43416cd8c689')
package() {
cd "${srcdir}/arch-${pkgname}-${pkgver}"