mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 10:22:25 +01:00
mcpatcher 1.19-02
This commit is contained in:
parent
1bfd4b5766
commit
2df5124fe7
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 1.1.9_01
|
||||
pkgver = 1.1.9_02
|
||||
pkgrel = 1
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
arch = any
|
||||
|
|
@ -8,9 +8,9 @@ pkgbase = mcpatcher
|
|||
depends = java-runtime
|
||||
optdepends = minecraft: the game itself
|
||||
source = mcpatcher
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-1.1.9_01.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-1.1.9_02.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 60bff9e61c7db96c1cae3bc51ba713a3
|
||||
md5sums = c54992d79898ec65dc1b003ade57c2c8
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Constantin Schomburg <me at xconstruct dot net>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='1.1.9_01'
|
||||
pkgver='1.1.9_02'
|
||||
pkgrel=1
|
||||
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
|
||||
arch=('any')
|
||||
|
|
@ -11,7 +11,7 @@ depends=('java-runtime')
|
|||
optdepends=('minecraft: the game itself')
|
||||
source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/mcpatcher-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'60bff9e61c7db96c1cae3bc51ba713a3')
|
||||
'c54992d79898ec65dc1b003ade57c2c8')
|
||||
|
||||
build() {
|
||||
cd "$srcdir" || return 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue