summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-11-14 20:59:05 +0100
committerhaawda2019-11-14 20:59:05 +0100
commite7d801ccf1cf016d2bda6b4d8c25b4cbbca38aa0 (patch)
tree0cf2eefcc9d02417fbbd2ee68af08e530682717b /PKGBUILD
parente50adf93c953de119ab55e2bb0363579f7f4f92e (diff)
downloadaur-e7d801ccf1cf016d2bda6b4d8c25b4cbbca38aa0.tar.gz
add emacs-f as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95c6bc7dc5e6..416fe4d9336a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=emacs-commander-git
pkgver=0.7.0r10.gc93985d
-pkgrel=1
+pkgrel=2
pkgdesc="Command line parsing for emacs"
arch=('any')
url="https://github.com/rejeep/commander.el.git"
conflicts=('emacs-commander')
provides=('emacs-commander')
license=('GPL3')
-depends=('emacs')
+depends=('emacs-f')
makedepends=('git')
source=(git+$url)
sha256sums=('SKIP')