mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 08:22:25 +01:00
mcpatcher: Versiom bump to 2.4.3_03-1.
This commit is contained in:
parent
d05886832f
commit
9ea7759bea
3 changed files with 11 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 2.4.3_02
|
||||
pkgver = 2.4.3_03
|
||||
pkgrel = 1
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
changelog = ChangeLog
|
||||
|
|
@ -8,13 +8,13 @@ pkgbase = mcpatcher
|
|||
license = Public Domain
|
||||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-2.4.3_02.jar
|
||||
noextract = mcpatcher-2.4.3_03.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_02.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_03.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
md5sums = 4d14b0f4de8d5540186a5458054a472b
|
||||
md5sums = d2ef50a3fff93ac61e14cdc6613c3d39
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2012-11-04 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3_03-1 :
|
||||
Version bump.
|
||||
|
||||
2012-10-26 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3_02-1 :
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.3_02'
|
||||
pkgver='2.4.3_03'
|
||||
pkgrel=1
|
||||
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
|
||||
arch=('any')
|
||||
|
|
@ -17,7 +17,7 @@ source=(mcpatcher
|
|||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'87f031f8f0fceb0feb369c6185e07fbf'
|
||||
'4d14b0f4de8d5540186a5458054a472b')
|
||||
'd2ef50a3fff93ac61e14cdc6613c3d39')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue