summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2022-09-21 21:07:47 +0200
committerFrancesco Minnocci2022-09-21 21:07:47 +0200
commitffc8c003bf19173fe30c8679cdbef9760c7662b8 (patch)
tree2b3c1a0d89e85aeaeed1b3b2914172f13057a6db
parentbaa8f58ec2020edc15bd12810aebd9aaff7ec5ef (diff)
downloadaur-ffc8c003bf19173fe30c8679cdbef9760c7662b8.tar.gz
Add optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce2f0034ea9..2e997a568dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = mimi-bachoseven-git
pkgdesc = Mantained fork of mimi, a minimal and lightweight xdg-open drop-in replacement most suitable for Window Manager users.
- pkgver = r92.7420aed
+ pkgver = r117.ca08c8d
pkgrel = 1
url = https://github.com/BachoSeven/mimi
arch = any
license = GPL2
makedepends = git
depends = bash
+ optdepends = dmenu
+ optdepends = libnotify
provides = xdg-utils
conflicts = xdg-utils
source = git+https://github.com/BachoSeven/mimi.git
md5sums = SKIP
pkgname = mimi-bachoseven-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0e6587f8e085..3835fa4795d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mimi-bachoseven-git
_pkgname=mimi
-pkgver=r92.7420aed
+pkgver=r117.ca08c8d
pkgrel=1
pkgdesc="Mantained fork of mimi, a minimal and lightweight xdg-open drop-in replacement most suitable for Window Manager users."
url='https://github.com/BachoSeven/mimi'
@@ -10,6 +10,7 @@ arch=('any')
license=('GPL2')
depends=('bash')
makedepends=('git')
+optdepends=('dmenu' 'libnotify')
source=("git+${url}.git")
md5sums=('SKIP')
@@ -28,5 +29,4 @@ package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
-
# vim:set ts=2 sw=2 et: