diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 15:27:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 15:28:04 +0000 |
commit | 6bfb8c4e262bbce06891ac797b47e6d583570097 (patch) | |
tree | f1fcb6bf37ae0d9597c40d6b8dc70b1153cc92ee /main/checkbashisms/APKBUILD | |
parent | 8c65b5d4f4341ef28b721bf01c9295f41fab2403 (diff) | |
download | aports-6bfb8c4e262bbce06891ac797b47e6d583570097.tar.bz2 aports-6bfb8c4e262bbce06891ac797b47e6d583570097.tar.xz |
main/checkbashisms: bump pkgrel
previous merge lost a needed pkgrel bump
Diffstat (limited to 'main/checkbashisms/APKBUILD')
-rw-r--r-- | main/checkbashisms/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/checkbashisms/APKBUILD b/main/checkbashisms/APKBUILD index 499560e40a..895119f6b4 100644 --- a/main/checkbashisms/APKBUILD +++ b/main/checkbashisms/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=checkbashisms pkgver=2.0.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Basic checks on shell scripts for the presence of non portable syntax" url="http://sourceforge.net/projects/checkbaskisms/" arch="noarch" |