diff options
author | haawda | 2019-10-17 23:54:29 +0200 |
---|---|---|
committer | haawda | 2019-10-17 23:54:29 +0200 |
commit | d28a0719c94b683d5fef2d28de2ffe3d6c79e554 (patch) | |
tree | f8d0e2e016b3329a305e75a3dab754bd4a4acff1 /PKGBUILD | |
parent | 028a5b88063dea04e519b5fe6b864be0c3f12545 (diff) | |
download | aur-d28a0719c94b683d5fef2d28de2ffe3d6c79e554.tar.gz |
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=emacs-goby-git pkgver=1.1.13.gea799f9 -pkgrel=1 +pkgrel=2 pkgdesc="WYSIWYG presentation tool, which runs on Emacs" arch=('any') url="http://www.mew.org/~kazu/proj/goby/en/index.html" license=('custom:BSD') depends=('emacs') makedepends=('git') -optdepends=('netpbm: for using images' 'imagemagic6: for making screen dumps') +optdepends=('netpbm: for using images' 'imagemagic: for making screen dumps') provides=('emacs-goby') conflicts=('emacs-goby') install=emacs-goby.install @@ -29,6 +29,7 @@ build() { package() { cd Goby + install -d "$pkgdir"/usr/share/emacs/site-lisp/goby install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE make PREFIX="$pkgdir"/usr install } |