mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 03:42:18 +01:00
mcpatcher: Version bump to 2.4.3_04-1.
This commit is contained in:
parent
9ea7759bea
commit
05b252bd27
3 changed files with 15 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_03
|
||||
pkgver = 2.4.3_04
|
||||
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_03.jar
|
||||
noextract = mcpatcher-2.4.3_04.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_03.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_04.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
md5sums = d2ef50a3fff93ac61e14cdc6613c3d39
|
||||
md5sums = 951cf1390c4f5a8e402e7578aec3a820
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2012-11-15 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3_04-1 :
|
||||
Version bump.
|
||||
|
||||
Upstream changelog:
|
||||
- 1.4.4 compatibility.
|
||||
- Added connect=material.
|
||||
|
||||
2012-11-04 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3_03-1 :
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.3_03'
|
||||
pkgver='2.4.3_04'
|
||||
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'
|
||||
'd2ef50a3fff93ac61e14cdc6613c3d39')
|
||||
'951cf1390c4f5a8e402e7578aec3a820')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue