diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-18 13:59:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-18 13:59:00 +0000 |
commit | 599fba70d89aa84cc781c09b545d2a4a741fbab4 (patch) | |
tree | 7fb373f03332412468eca278fb5424f9f0f585f7 | |
parent | 5a1765d538b122917381b9dd300ae796077a470d (diff) | |
download | aports-599fba70d89aa84cc781c09b545d2a4a741fbab4.tar.bz2 aports-599fba70d89aa84cc781c09b545d2a4a741fbab4.tar.xz |
testing/erlang: rebuild against perl-5.14
-rw-r--r-- | testing/erlang/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/erlang/APKBUILD b/testing/erlang/APKBUILD index d25ebdf1e2..02a338d0aa 100644 --- a/testing/erlang/APKBUILD +++ b/testing/erlang/APKBUILD @@ -10,7 +10,7 @@ pkgver=14.2.02 # note: versioning scheme is weird. the .2. -> B # needs to be updated manually _ver=${pkgver%%.*}B${pkgver##*.} -pkgrel=0 +pkgrel=1 pkgdesc="General-purpose programming language and runtime environment" url="http://www.erlang.org/" license="ERPL" |