diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-02 19:26:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-02 19:26:46 (GMT) |
commit | cd6352b895d94e0d82d999ef78331f8a19047284 (patch) | |
tree | b67b5e21ae0d1803f265fad56cccd53825ff92c4 /linhes/linhes-dev/PKGBUILD | |
parent | bd5f885c30d322ab4e4ffd8d4ed1ab5bc0c5fead (diff) | |
download | linhes_pkgbuild-cd6352b895d94e0d82d999ef78331f8a19047284.zip linhes_pkgbuild-cd6352b895d94e0d82d999ef78331f8a19047284.tar.gz linhes_pkgbuild-cd6352b895d94e0d82d999ef78331f8a19047284.tar.bz2 |
linhes-dev: chk_aur_pkg.py: initial inclusion
Diffstat (limited to 'linhes/linhes-dev/PKGBUILD')
-rw-r--r-- | linhes/linhes-dev/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linhes/linhes-dev/PKGBUILD b/linhes/linhes-dev/PKGBUILD index 3c6287e..88d34b9 100644 --- a/linhes/linhes-dev/PKGBUILD +++ b/linhes/linhes-dev/PKGBUILD @@ -1,14 +1,15 @@ pkgname=linhes-dev pkgver=9.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="Scripts to develop LinHES" arch=('x86_64') license=('GPL2') depends=('clean-chroot-manager' 'git' 'pacman-contrib' 'package-query' 'pigz' 'python-gitpython' 'rclone' 'yaah') url="http://linhes.org/" -source=('lh_sync.sh' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh') +source=('lh_sync.sh' 'chk_aur_pkg.py' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh') sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e' + '864192e9fe627c5a85d4c33ba30df7c870783a450f5fea7c550dd9490d48f2ab' 'ae515d0ef707daf5565b828b5e16e3812bcbe5060754ad06f783173b3fa1dedd' '24310eb2e957d2ac56739ca8286fcf8bd87776f0daa1f7e7bc67d7e39018e8db' '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449') |