diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 15:16:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 19:52:52 +0000 |
commit | 345b7cc9059cc9572f47c4854325864f04698dd8 (patch) | |
tree | 98caad4c631c8a08e3f44cdb57003eb98d2748e9 /main/bsnes/APKBUILD | |
parent | 478b298fdd4c249488e878d423d1efe16e559051 (diff) | |
download | aports-345b7cc9059cc9572f47c4854325864f04698dd8.tar.bz2 aports-345b7cc9059cc9572f47c4854325864f04698dd8.tar.xz |
main/bsnes: rebuild against glib-2.32
Diffstat (limited to 'main/bsnes/APKBUILD')
-rw-r--r-- | main/bsnes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bsnes/APKBUILD b/main/bsnes/APKBUILD index 67331253e..66c99178c 100644 --- a/main/bsnes/APKBUILD +++ b/main/bsnes/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.86 _x=${pkgver%.*} _y=${pkgver#*.} _pkgver="v${_x}${_y}" -pkgrel=0 +pkgrel=1 pkgdesc="high accuracy SNES emulator" url="http://byuu.org/bsnes/" arch="all" |