summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-12-09 13:20:30 +0800
committerlilac2021-12-09 13:20:30 +0800
commit7c2f9d9afc33bd19ec4f54d20dcd06631dd8234c (patch)
tree441dae84526bef239ee1745c32ef3b107e0761a4
parent68c26ffc0f44c1fe02558bbb17d987e004b8ad3d (diff)
downloadaur-7c2f9d9afc33bd19ec4f54d20dcd06631dd8234c.tar.gz
[lilac] updated to 0.2.1.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2760fedcb1..67f39ff8ccd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-simplecrf
pkgdesc = Python wrap of crf and dense crf, both 2d and 3d are supported
pkgver = 0.2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HiLab-git/SimpleCRF
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 3f3ff8fb6131..f305d3591627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-simplecrf
_pkgname=SimpleCRF
pkgver=0.2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python wrap of crf and dense crf, both 2d and 3d are supported'
arch=('x86_64')
url='https://github.com/HiLab-git/SimpleCRF'
@@ -26,5 +26,6 @@ build() {
package() {
cd "${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim:set ts=2 sw=2 et: