mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 17:02:50 +01:00
mcpatcher: Version bump to 2.4.3-1.
This commit is contained in:
parent
d270cf0e90
commit
570dfaad78
3 changed files with 11 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,20 +1,20 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 2.4.2_03
|
||||
pkgrel = 2
|
||||
pkgver = 2.4.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
changelog = ChangeLog
|
||||
arch = any
|
||||
license = Public Domain
|
||||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-2.4.2_03.jar
|
||||
noextract = mcpatcher-2.4.3.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.2_03.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = d1655678a7efff9ac2a35553e3e82518
|
||||
md5sums = acf12fb6c39263b2e7e8b2714418a796
|
||||
md5sums = f321c07405d330f2d605bbbbb6f523f3
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
2012-09-xx Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
2012-09-28 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* X-x :
|
||||
* 2.4.3-1 :
|
||||
Version bumped.
|
||||
The .desktop now calls Java directly.
|
||||
|
||||
2012-09-19 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.2_03'
|
||||
pkgrel=2
|
||||
pkgver='2.4.3'
|
||||
pkgrel=1
|
||||
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
|
||||
arch=('any')
|
||||
license=('Public Domain')
|
||||
|
|
@ -17,7 +17,7 @@ source=(mcpatcher
|
|||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'd1655678a7efff9ac2a35553e3e82518'
|
||||
'acf12fb6c39263b2e7e8b2714418a796')
|
||||
'f321c07405d330f2d605bbbbb6f523f3')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue