summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristen McWilliam2020-07-15 18:30:49 -0400
committerKristen McWilliam2020-07-15 18:30:49 -0400
commit2af60423eda2f854ffd17af232192bc309684d23 (patch)
tree42478e329119e9604d12413d715b377a44776ccb /PKGBUILD
parent3d61261b8f9104d0b686f9506fcf6fb417bd0bef (diff)
downloadaur-2af60423eda2f854ffd17af232192bc309684d23.tar.gz
Fix sha256 due to array size
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34c466aa3d3d..36381ac14096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kristen McWilliam <merritt_public at outlook dot com>
pkgname=nyrna
pkgver=1.1
-pkgrel=5
+pkgrel=6
pkgdesc='Simple program to pause games & applications'
arch=('x86_64')
url="https://github.com/Merrit/nyrna"
@@ -9,7 +9,9 @@ license=('GPL3 or any later version')
depends=('gtk3' 'libappindicator-gtk3' 'zenity')
makedepends=('go' 'gcc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Merrit/nyrna/archive/v$pkgver.tar.gz" "$pkgname.png" "$pkgname.desktop")
-sha256sums=('41072a702a8aa74a70b7e3ca0d94f697cd6126d5df9943c12a5b1378650479af')
+sha256sums=('41072a702a8aa74a70b7e3ca0d94f697cd6126d5df9943c12a5b1378650479af'
+ 'b29e378f1d70ee3cee5e8c1f4c1bb5f579ce261d1eb1e0ceb6ce2e82dd1091ff'
+ 'e915667767d03b3495516d7f96666159d17313726b1172dc79b162b0e0696181')
prepare(){
cd "$pkgname-$pkgver"