summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-10-17 23:54:29 +0200
committerhaawda2019-10-17 23:54:29 +0200
commitd28a0719c94b683d5fef2d28de2ffe3d6c79e554 (patch)
treef8d0e2e016b3329a305e75a3dab754bd4a4acff1 /PKGBUILD
parent028a5b88063dea04e519b5fe6b864be0c3f12545 (diff)
downloadaur-d28a0719c94b683d5fef2d28de2ffe3d6c79e554.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d59474a3b40f..316533f04041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}