summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-11-30 23:10:41 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-11-30 23:10:41 (GMT)
commit09c491757cc31cc4b44967f4df50b56a06b218c3 (patch)
treec4402c13e403c4c232dedaf4db576f004495a736 /linhes/linhes-dev/PKGBUILD
parent0e927ab4c2948429c71c22200da0e760b766102f (diff)
downloadlinhes_pkgbuild-09c491757cc31cc4b44967f4df50b56a06b218c3.zip
linhes_pkgbuild-09c491757cc31cc4b44967f4df50b56a06b218c3.tar.gz
linhes_pkgbuild-09c491757cc31cc4b44967f4df50b56a06b218c3.tar.bz2
linhes-dev: mp.py: use updpkgsums to replace sums
Diffstat (limited to 'linhes/linhes-dev/PKGBUILD')
-rw-r--r--linhes/linhes-dev/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/linhes/linhes-dev/PKGBUILD b/linhes/linhes-dev/PKGBUILD
index 33a906d..df74320 100644
--- a/linhes/linhes-dev/PKGBUILD
+++ b/linhes/linhes-dev/PKGBUILD
@@ -1,19 +1,20 @@
pkgname=linhes-dev
pkgver=9.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="Scripts to develop LinHES"
arch=('x86_64')
license=('GPL2')
-depends=('clean-chroot-manager' 'git' 'python-gitpython' 'rclone' 'yaah')
+depends=('clean-chroot-manager' 'git' 'pacman-contrib'
+ 'python-gitpython' 'rclone' 'yaah')
url="http://linhes.org/"
source=('lh_sync.sh' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh')
+sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e'
+ '16787763282f20b15eee2377712e85d5653a9229d2b73d224c0fd4532436614a'
+ '081ac1ccb40df0c8aa82cd3841a39aa87ead4ea32c9ac6a76c5a7d7f0d10a80a'
+ '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449')
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/bin
install -D -m755 * ${pkgdir}/usr/bin/
}
-sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e'
- 'd7afe023b5ba5ebb5e1a12d954651e435584034e5b00c37d9a70d0d6fe20643f'
- '081ac1ccb40df0c8aa82cd3841a39aa87ead4ea32c9ac6a76c5a7d7f0d10a80a'
- '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449')