[arch-commits] Commit in archboot/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Jun 24 04:32:32 UTC 2018
Date: Sunday, June 24, 2018 @ 04:32:31
Author: tpowa
Revision: 327514
upgpkg: archboot 2018.06-3
bumkp to latest version
Modified:
archboot/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-23 21:58:03 UTC (rev 327513)
+++ PKGBUILD 2018-06-24 04:32:31 UTC (rev 327514)
@@ -3,7 +3,7 @@
pkgname=archboot
pkgver=2018.06
-pkgrel=1
+pkgrel=3
pkgdesc="Advanced, modular arch boot/install image creation utility"
arch=(any)
license=('GPL')
@@ -26,7 +26,7 @@
'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
- 'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 'smbclient>=3.6.3-4' 'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
+ 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 'smbclient>=3.6.3-4' 'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 'syslinux>=4.05-3' 'mtools>=4.0.17-2'
@@ -54,7 +54,7 @@
'etc/archboot/presets/x86_64'
)
install=archboot.install
-sha256sums=('1e22b4b8073809d79f87ba336694aa9a0bb19285fe1b4bef7d0ad71a06a162e3')
+sha256sums=('4615902c8f8a40f7fb4c4d282f202214f5d57b54ee9f87461db8e43f2719c852')
### to bump the depends list use this:
#for i in $(grep ^depends= PKGBUILD | sed -e 's/depends=(//g' -e 's/)//g'); do sed -i -e "s/$(echo $i)/$(echo $i | sed -e "s/>=.*/>=$(pacman -Qi $(echo $i | sed -e "s/'//g" -e 's/>=.*//g') | grep ^Version | sed -e 's/.*: //g')'/g")/g" PKGBUILD; done
@@ -61,6 +61,6 @@
package()
{
- cd "$srcdir"/$pkgname-$pkgver-1
+ cd "$srcdir"/$pkgname-$pkgver-$pkgrel
mv * "$pkgdir/"
}
More information about the arch-commits
mailing list