diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-05 08:50:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-05 08:50:35 +0000 |
commit | 8b87404cfc0b92a143ccccb7bb115e028f63e7af (patch) | |
tree | c3d8fdc2a3144002b68a0e33d5e630355ba442a4 /testing/upgrade-notify | |
parent | f5faa10f409d7f669a3fc5d26a21997dc8383988 (diff) | |
download | aports-8b87404cfc0b92a143ccccb7bb115e028f63e7af.tar.bz2 aports-8b87404cfc0b92a143ccccb7bb115e028f63e7af.tar.xz |
testing/upgrade-notify: set pkgrel
Diffstat (limited to 'testing/upgrade-notify')
-rw-r--r-- | testing/upgrade-notify/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/upgrade-notify/APKBUILD b/testing/upgrade-notify/APKBUILD index 9174a17622..901907b1aa 100644 --- a/testing/upgrade-notify/APKBUILD +++ b/testing/upgrade-notify/APKBUILD @@ -1,6 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname="upgrade-notify" pkgver=0.1 +pkgrel=0 license="GPL" pkgdesc="Get notifications about what services need to restart after an upgrade" url="http://git.alpinelinux.org/alpine/tree/testing/upgrade-notify" |