summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Hadžić2019-08-02 13:39:20 +0200
committerNikola Hadžić2019-08-02 13:39:20 +0200
commitc503f655762e7b10e7ceb6becf8bfe34dec17eac (patch)
tree7c0239ecbc2a9243139226dbb3c9ec6dc91ae409
parent4cb992fca684ced57aa17f64cb371d5249785b47 (diff)
downloadaur-c503f655762e7b10e7ceb6becf8bfe34dec17eac.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34e4b1bedc9a..16e2b3a2789a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = nixwriter
makedepends = ldc
makedepends = libphobos
makedepends = dub
- makedepends = util-linux
depends = gtk3
depends = polkit
- optdepends = libnotify
+ depends = util-linux
+ optdepends = libnotify: notifications
noextract = git+https://gitlab.com/9898287/nixwriter.git
source = git+https://gitlab.com/9898287/nixwriter.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c5b2755589d..ac71808f6a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=("x86_64")
url="https://gitlab.com/9898287/nixwriter"
license=("MIT")
groups=()
-depends=("gtk3" "polkit")
-makedepends=("ldc" "libphobos" "dub" "util-linux")
+depends=("gtk3" "polkit" "util-linux")
+makedepends=("ldc" "libphobos" "dub")
checkdepends=()
-optdepends=("libnotify")
+optdepends=("libnotify: notifications")
provides=()
conflicts=()
replaces=()