diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-26 19:21:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-26 19:21:39 +0000 |
commit | cbddb86b140e3814005843ac0648e6888e931f43 (patch) | |
tree | 08f0ea377969cf35a78c7aad4022b840b46445a5 /main/make | |
parent | 898dee7495223dc8bcc1833067255f8b426a1832 (diff) | |
download | aports-cbddb86b140e3814005843ac0648e6888e931f43.tar.bz2 aports-cbddb86b140e3814005843ac0648e6888e931f43.tar.xz |
main/make: bump pkgrel after downgrade
we bump pkgrel to not get cache conflict
Diffstat (limited to 'main/make')
-rw-r--r-- | main/make/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/make/APKBUILD b/main/make/APKBUILD index 32afebcd71..28f36fcd25 100644 --- a/main/make/APKBUILD +++ b/main/make/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=make pkgver=4.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNU make utility to maintain groups of programs" url="http://www.gnu.org/software/make" arch="all" |