summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2018-01-08 20:45:32 +0300
committerLev Levitsky2018-01-08 20:45:32 +0300
commita0898cfa050a6d4a1dc04f5e4bebf55000a813d4 (patch)
tree2f1f2bfa00136b3b7a45b944642bc643fc6637e0 /PKGBUILD
parentbad6bb1c2839e3864d34635c5bc3d815e27724c7 (diff)
downloadaur-a0898cfa050a6d4a1dc04f5e4bebf55000a813d4.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db6eed0e79eb..22bdc3504e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ license=('Apache')
depends=()
makedepends=()
optdepends=()
-install=
-changelog=
+install="${pkgname}.install"
source=("https://sourceforge.net/projects/${pkgname%-bin}/files/comet_${pkgver//./}.zip/download")
sha1sums=('686eacfd4fba14674e557558cfba93e1027e9817')
validpgpkeys=()
@@ -18,5 +17,6 @@ validpgpkeys=()
package() {
install -D "$srcdir/comet.${pkgver//./}.linux.exe" "$pkgdir/usr/bin/comet.exe"
+ install -D -m 644 -t "$pkgdir/usr/share/${pkgname%-bin}" "$srcdir/peff/PSI-MOD.obo"
}