summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwoFinger2024-03-22 17:35:28 +0800
committerTwoFinger2024-03-22 17:49:22 +0800
commit7f7a5f29dfa09d486ddf8dca079c6409f37dd3aa (patch)
treedf42eabbc677e9b4fe4ad6cdd024a02917dbc991
parent46c6d569c7f0f463eaf03fbf78b2ee2ecd104525 (diff)
downloadaur-7f7a5f29dfa09d486ddf8dca079c6409f37dd3aa.tar.gz
fix broken (doc) ;thanks, iacore!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dbdca9e6de5..50a09ded4508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = picolisp
pkgdesc = Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines).
pkgver = 23.12
- pkgrel = 1
+ pkgrel = 2
url = https://picolisp.com
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7712fb70dd71..391831569056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
pkgver=23.12
-pkgrel=1
+pkgrel=2
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
url="https://picolisp.com"
arch=(x86_64)
@@ -39,10 +39,6 @@ package() {
rmdir "$LIBDIR/man/man1"
rmdir "$LIBDIR/man"
- install -d -m755 "${DOCDIR:=$pkgdir/usr/share/doc/$pkgname}"
- mv "$LIBDIR"/doc/* "$DOCDIR"
- rmdir "$LIBDIR/doc"
-
install -d -m755 "${DATADIR:=$pkgdir/usr/share/$pkgname}"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
mv "$LIBDIR/COPYING" "$pkgdir/usr/share/licenses/$pkgname"