mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 08:32:16 +01:00
mcpatcher: Added changelog file.
This commit is contained in:
parent
b131c514b8
commit
ab65ff5d19
3 changed files with 8 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,8 +1,9 @@
|
|||
pkgbase = mcpatcher
|
||||
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
|
||||
pkgver = 2.4.2_03
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/pclewis/mcpatcher
|
||||
changelog = ChangeLog
|
||||
arch = any
|
||||
license = Public Domain
|
||||
depends = java-runtime
|
||||
|
|
|
|||
4
ChangeLog
Normal file
4
ChangeLog
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2012-09-XX Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.2_03-2 :
|
||||
Added a ChangeLog file for the PKGBUILD. :)
|
||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=mcpatcher
|
||||
pkgver='2.4.2_03'
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Minecraft patcher to fix textures with higher than default resolution"
|
||||
arch=('any')
|
||||
license=('Public Domain')
|
||||
|
|
@ -11,6 +11,7 @@ url="https://github.com/pclewis/mcpatcher"
|
|||
depends=('java-runtime')
|
||||
optdepends=('minecraft: the game itself')
|
||||
noextract=("$pkgname-$pkgver.jar")
|
||||
changelog=ChangeLog
|
||||
source=(mcpatcher
|
||||
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
|
||||
md5sums=('38358254be76dc84676509f43be44938'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue