diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 00:13:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 00:28:15 -0300 |
commit | 3b9de5318d622ea0e0024bc62e15faaaf5c11542 (patch) | |
tree | ca92c66ce83abc8813c4c2886eecf8305b23131f /nonprism/eog-plugins-nonprism/PKGBUILD | |
parent | 1396825900b1801ee18bf3037336cc64e97ac7b7 (diff) | |
download | abslibre-3b9de5318d622ea0e0024bc62e15faaaf5c11542.tar.gz abslibre-3b9de5318d622ea0e0024bc62e15faaaf5c11542.tar.bz2 abslibre-3b9de5318d622ea0e0024bc62e15faaaf5c11542.zip |
add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order
Diffstat (limited to 'nonprism/eog-plugins-nonprism/PKGBUILD')
-rw-r--r-- | nonprism/eog-plugins-nonprism/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/eog-plugins-nonprism/PKGBUILD b/nonprism/eog-plugins-nonprism/PKGBUILD index aadbe85e9..67951e687 100644 --- a/nonprism/eog-plugins-nonprism/PKGBUILD +++ b/nonprism/eog-plugins-nonprism/PKGBUILD @@ -13,8 +13,8 @@ license=('GPL2') depends=('eog' 'libchamplain') makedepends=('intltool') provides=("$_pkgname=$pkgver") -conflicts=$_pkgname -replaces=$_pkgname +conflicts=($_pkgname) +replaces=($_pkgname) install=eog-plugins.install source=(http://download.gnome.org/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz) sha256sums=('5b9a6854d5411e75aadb9d44694bbe02a35f5a79a23da5c1bb4feb6bacf56f1c') |