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