mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 12:53:04 +01:00
mcpatcher: Version bump to 2.4.3_01-1.
This commit is contained in:
parent
ae590602d2
commit
3e5f96788a
3 changed files with 13 additions and 8 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.3
|
||||
pkgrel = 2
|
||||
pkgver = 2.4.3_01
|
||||
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.3.jar
|
||||
noextract = mcpatcher-2.4.3_01.jar
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_01.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
md5sums = f321c07405d330f2d605bbbbb6f523f3
|
||||
md5sums = 80e0512cf2c282de9b85dc3e28b7e520
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2012-10-02 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3_01-1 :
|
||||
Version bump.
|
||||
|
||||
2012-09-28 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.3-2 :
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.3'
|
||||
pkgrel=2
|
||||
pkgver='2.4.3_01'
|
||||
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'
|
||||
'87f031f8f0fceb0feb369c6185e07fbf'
|
||||
'f321c07405d330f2d605bbbbb6f523f3')
|
||||
'80e0512cf2c282de9b85dc3e28b7e520')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue