mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 08:42:23 +01:00
mcpatcher update
This commit is contained in:
parent
b339c5b48f
commit
2920f7562a
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,17 +1,17 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 2.3.7_02
|
||||
pkgver = 2.4.1_02
|
||||
pkgrel = 1
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
arch = any
|
||||
license = Public Domain
|
||||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-2.3.7_02.jar
|
||||
noextract = mcpatcher-2.4.1_02.jar
|
||||
source = mcpatcher
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.7_02.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.1_02.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = d977ebf166dfaafe4383afd4059b90eb
|
||||
md5sums = 4aa7f215b525152d732b2bba53a669ab
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Constantin Schomburg <me@xconstruct.net>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.3.7_02'
|
||||
pkgver='2.4.1_02'
|
||||
pkgrel=1
|
||||
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
|
||||
arch=('any')
|
||||
|
|
@ -12,8 +12,8 @@ optdepends=('minecraft: the game itself')
|
|||
noextract=("$pkgname-$pkgver.jar")
|
||||
source=(mcpatcher
|
||||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'd977ebf166dfaafe4383afd4059b90eb')
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'4aa7f215b525152d732b2bba53a669ab')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue