summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Heinz2019-07-19 13:14:21 +0200
committerJohannes Heinz2019-07-19 13:14:21 +0200
commita60d2b1567e8573fa25ecc8864105cae3f39f317 (patch)
treedd6c94cc8505279804670b193a3abcd00b2541cf
parent72d51780c55dc09a438b442f8b70a4e64e06e024 (diff)
downloadaur-astroid.tar.gz
fix syntax: Put bash variables in double quotes to enable variable resolution
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867797bcfe4a..acda214b88de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astroid
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = 0.15
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/astroidmail/astroid
install = astroid.install
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = astroid
optdepends = emacs: can be used as editor
optdepends = vte3: for drop-down terminal
optdepends = cmark: for markdown to html composition
- source = $pkgname-v$pkgver.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz
+ source = astroid-v0.15.tar.gz::https://github.com/astroidmail/astroid/archive/v0.15.tar.gz
source = test_compose.patch
sha256sums = 8581bbdbc71bd00d4cdd473cfad8bc604628bb15616fe5eab5c623461f686c65
sha256sums = 8e54e55cf1ab891a5a328d2cce49ccf137562c81bee73d0318bb73ecc6c0385e
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'