summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Heinz2019-07-19 13:14:21 +0200
committerJohannes Heinz2019-07-19 13:14:21 +0200
commita60d2b1567e8573fa25ecc8864105cae3f39f317 (patch)
treedd6c94cc8505279804670b193a3abcd00b2541cf /PKGBUILD
parent72d51780c55dc09a438b442f8b70a4e64e06e024 (diff)
downloadaur-astroid.tar.gz
fix syntax: Put bash variables in double quotes to enable variable resolution
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89c16eabe568..909cc7e22f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>, Johannes Heinz <heinzeljo@web.de>
pkgname=astroid
pkgver=0.15
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
arch=('x86_64' 'i686')
@@ -20,9 +20,9 @@ conflicts=()
replaces=()
backup=()
options=()
-install=$pkgname.install
+install="${pkgname}.install"
changelog=
-source=('$pkgname-v$pkgver.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz'
+source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz"
'test_compose.patch')
noextract=()
sha256sums=('8581bbdbc71bd00d4cdd473cfad8bc604628bb15616fe5eab5c623461f686c65'