mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 11:13:33 +01:00
mcpatcher: Version bump to 4.3.2_beta2.
This commit is contained in:
parent
eda0acfa9e
commit
db7098a564
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,18 +1,18 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 4.3.1_01
|
||||
pkgrel = 2
|
||||
pkgver = 4.3.2_beta2
|
||||
pkgrel = 1
|
||||
url = https://bitbucket.org/prupe/mcpatcher
|
||||
changelog = ChangeLog
|
||||
arch = any
|
||||
license = Public Domain
|
||||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-4.3.1_01.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.1_01.jar
|
||||
noextract = mcpatcher-4.3.2-beta2.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.3.2-beta2.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
md5sums = 4ba98e5773cf9b318aaa43f4740c8371
|
||||
md5sums = ffca59f51d13e3d19624d9c58645ea20
|
||||
md5sums = 9ec7aafefe59c2864b70f61d8661113d
|
||||
md5sums = 5bcaba0e9fbc3a22159c17a64c7688fd
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='4.3.1_01'
|
||||
_jarfile="$pkgname-$pkgver.jar"
|
||||
pkgrel=2
|
||||
pkgver='4.3.2_beta2'
|
||||
_jarfile="$pkgname-${pkgver//_/-}.jar"
|
||||
pkgrel=1
|
||||
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
|
||||
arch=('any')
|
||||
license=('Public Domain')
|
||||
|
|
@ -16,7 +16,7 @@ changelog=ChangeLog
|
|||
source=("https://bitbucket.org/prupe/mcpatcher/downloads/$_jarfile"
|
||||
mcpatcher
|
||||
mcpatcher.desktop)
|
||||
md5sums=('4ba98e5773cf9b318aaa43f4740c8371'
|
||||
md5sums=('ffca59f51d13e3d19624d9c58645ea20'
|
||||
'9ec7aafefe59c2864b70f61d8661113d'
|
||||
'5bcaba0e9fbc3a22159c17a64c7688fd')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue