summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Yueh Chuang2020-06-05 12:38:03 -0400
committerPi-Yueh Chuang2020-06-05 12:38:03 -0400
commitfbd8c200ab5deaab24aaef3e394f47280e150d45 (patch)
treed36b221b9c74e0d2d77a8ec35cab7049ae3b7785
parent3aa53aff4b89fcbc3ace97513df9b6fa5819d48f (diff)
downloadaur-fbd8c200ab5deaab24aaef3e394f47280e150d45.tar.gz
bump version to r25.8030283 which adds a license file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62f3fe2b4b5..9b5e4084e19f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-markdown-checklist-git
pkgdesc = Python Markdown extension for lists of tasks with checkboxes
- pkgver = r23.63ca633
+ pkgver = r25.8030283
pkgrel = 1
url = https://github.com/FND/markdown-checklist
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c7db59701db3..96a504e3a7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pi-Yueh Chuang <pychuang@pm.me>
pkgname=python-markdown-checklist-git
-pkgver=r23.63ca633
+pkgver=r25.8030283
pkgrel=1
pkgdesc='Python Markdown extension for lists of tasks with checkboxes'
arch=('any')
@@ -32,6 +32,11 @@ check() {
}
package() {
+
+ # install through setuptools
cd "$_pkgname"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ # install license to /usr/share/license/python-markdown-checklist-git
+ install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
}