summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristen McWilliam2020-06-27 12:24:15 -0400
committerKristen McWilliam2020-06-27 12:24:15 -0400
commita37038af2cb44fd00239fe427b9a34899955e868 (patch)
tree3e4050bcc1cce2e483ef80fff5b2621fadfbee4e
parent63aae99f10cf1245377b9d8a909c24c43d8481f4 (diff)
downloadaur-a37038af2cb44fd00239fe427b9a34899955e868.tar.gz
Added gendesk to dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ebc8947b30..663e6c096f75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nyrna
pkgdesc = Simple program to pause games & applications
pkgver = 1.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/Merrit/nyrna
arch = x86_64
license = GPL3 or any later version
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")