summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2020-11-06 17:59:15 +0100
committerFrancesco Minnocci2020-11-06 17:59:15 +0100
commitbaa8f58ec2020edc15bd12810aebd9aaff7ec5ef (patch)
tree84c865537a575d9265a2b40d6f9881069e44924d
parent2396089961c9494ba87495852e5be16c459487fb (diff)
downloadaur-baa8f58ec2020edc15bd12810aebd9aaff7ec5ef.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c621a2f2b9bc..bce2f0034ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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 = r86.c8965a3
+ pkgver = r92.7420aed
pkgrel = 1
url = https://github.com/BachoSeven/mimi
arch = any
license = GPL2
makedepends = git
+ depends = bash
provides = xdg-utils
conflicts = xdg-utils
source = git+https://github.com/BachoSeven/mimi.git
diff --git a/PKGBUILD b/PKGBUILD
index 050bad1805d3..0e6587f8e085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mimi-bachoseven-git
_pkgname=mimi
-pkgver=r86.c8965a3
+pkgver=r92.7420aed
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'
arch=('any')
license=('GPL2')
+depends=('bash')
makedepends=('git')
source=("git+${url}.git")
md5sums=('SKIP')