summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-16 03:21:55 +0000
committerBioArchLinuxBot2023-05-16 03:21:55 +0000
commit97150473e615e6bf3ecafd4fcc7060f149519aeb (patch)
treebf486294647e05870451787d2b05fa8491f03cec
parent8fd63da90c21744616aaef156107bd5690cdd226 (diff)
downloadaur-97150473e615e6bf3ecafd4fcc7060f149519aeb.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e0779c366eb..9ffdc3659a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = btllib
pkgdesc = Bioinformatics Technology Lab common code library https://doi.org/10.21105/joss.04720
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bcgsc/btllib
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 7d5a8b75e8a7..1aa3528b13c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=btllib
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bioinformatics Technology Lab common code library https://doi.org/10.21105/joss.04720"
arch=(any)
url="https://github.com/bcgsc/btllib"
@@ -15,15 +15,14 @@ prepare() {
git submodule update --init --recursive
}
-#build() {
-# cd $srcdir/$pkgname
-# arch-meson build \
-# --buildtype release
-# ninja -C build
-#}
+build() {
+ cd $srcdir/$pkgname
+ arch-meson build \
+ --buildtype release
+ ninja -C build
+}
package() {
cd $srcdir/$pkgname
- ./compile --prefix=$pkgdir/usr
-# DESTDIR="${pkgdir}" ninja -C build install
+ DESTDIR="${pkgdir}" ninja -C build install
}