summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristen McWilliam2020-06-27 12:24:15 -0400
committerKristen McWilliam2020-06-27 12:24:15 -0400
commita37038af2cb44fd00239fe427b9a34899955e868 (patch)
tree3e4050bcc1cce2e483ef80fff5b2621fadfbee4e /PKGBUILD
parent63aae99f10cf1245377b9d8a909c24c43d8481f4 (diff)
downloadaur-a37038af2cb44fd00239fe427b9a34899955e868.tar.gz
Added gendesk to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52051ef89f00..7f0d57de3287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Kristen McWilliam <merritt_public at outlook dot com>
pkgname=nyrna
pkgver=1.0
-pkgrel=6
+pkgrel=7
pkgdesc='Simple program to pause games & applications'
arch=('x86_64')
url="https://github.com/Merrit/nyrna"
license=('GPL3 or any later version')
+depends=('gendesk')
optdepends=('libappindicator-gtk3: Tray icon support on GNOME')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Merrit/nyrna/archive/v$pkgver.tar.gz")