mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 11:52:36 +01:00
mcpatcher: Version bump to 2.3.1_01.
This commit is contained in:
parent
70b238641e
commit
3634cd2a57
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 = 2.3.1
|
||||
pkgver = 2.3.1_01
|
||||
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-2.3.1.jar
|
||||
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.1_01.jar
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 08a2c411c150462ed40e99f6262bb95e
|
||||
md5sums = 3dcbc7acc79c7587075de4003ab4c98c
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Constantin Schomburg <me@xconstruct.net>
|
||||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.3.1'
|
||||
pkgver='2.3.1_01'
|
||||
pkgrel=1
|
||||
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
|
||||
arch=('any')
|
||||
|
|
@ -12,7 +12,7 @@ optdepends=('minecraft: the game itself')
|
|||
source=(mcpatcher
|
||||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
'08a2c411c150462ed40e99f6262bb95e')
|
||||
'3dcbc7acc79c7587075de4003ab4c98c')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue