summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-02-18 20:22:38 +0100
committerkpcyrd2018-02-18 20:22:38 +0100
commit0be954fdd2b80916f3f75572289ad5d4d74be41b (patch)
treecfd26ecf620bb6cb55604e8665635d93b0bd12dd /PKGBUILD
parentacef28189c95489def3b2d2b0ee356ce9cdb78c5 (diff)
downloadaur-0be954fdd2b80916f3f75572289ad5d4d74be41b.tar.gz
v17.2-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4030a48de71a..c1aa0115072b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cloud-init
pkgver=17.2
-pkgrel=3
+pkgrel=4
pkgdesc="The standard for customising cloud instances"
arch=('any')
url="https://cloud-init.io"
@@ -17,18 +17,15 @@ depends=('systemd' 'python2-yaml' 'python2-cheetah' 'python2-prettytable'
makedepends=('python2' 'python2-setuptools')
backup=('etc/cloud/cloud.cfg' 'etc/cloud/cloud.cfg.d/05_logging.cfg')
source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz"
- fix-logging.patch
fix-lib.patch
archlinux.cloud.cfg)
sha256sums=('f00338767a8877c8d72fe64a78d3897da822b3c1f47779ae31adc4815275594f'
- '0c1d5976eda3a74c4c3b78701ea1109f3a3022df7a623359154924b67e64d356'
'0ace6a9e4156145e5b50bd5fa75d6aeefe8e5c10a63f8d9e0d3c7be4c9b53942'
'344531c5e7c19e540c2381f19ee87807a1d478a21a24d7e143429479efd5de49')
prepare(){
cd $pkgname-$pkgver
- patch -Np1 -i ../fix-logging.patch
patch -Np1 -i ../fix-lib.patch
find . -name \*.py -exec sed -i '1s/python$/&2/' {} +