mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 03:42:18 +01:00
mcpatcher: Move mcpatcher{.desktop} back into the source package.
This commit is contained in:
parent
4e094d9881
commit
dac5514ac9
3 changed files with 9 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -10,9 +10,11 @@ pkgbase = mcpatcher
|
|||
optdepends = minecraft: the game itself
|
||||
noextract = mcpatcher-2.4.5_03.jar
|
||||
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-2.4.5_03.jar
|
||||
source = https://bitbucket.org/Freso/pkgbuilds/downloads/mcpatcher-archlinux.tar.bz2
|
||||
source = mcpatcher
|
||||
source = mcpatcher.desktop
|
||||
md5sums = d5b33a8cf4896beef40013d778b614b2
|
||||
md5sums = f30f4f8a8f5a0f83e761c8f32a743692
|
||||
md5sums = 38358254be76dc84676509f43be44938
|
||||
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
|
||||
|
||||
pkgname = mcpatcher
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
* 2.4.5_03-1
|
||||
Version bump.
|
||||
Moved mcpatcher and mcpatcher.desktop back into the package itself.
|
||||
|
||||
2012-01-10 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -13,9 +13,11 @@ optdepends=('minecraft: the game itself')
|
|||
noextract=("$pkgname-$pkgver.jar")
|
||||
changelog=ChangeLog
|
||||
source=(https://bitbucket.org/prupe/mcpatcher/downloads/$pkgname-$pkgver.jar
|
||||
https://bitbucket.org/Freso/pkgbuilds/downloads/$pkgname-archlinux.tar.bz2)
|
||||
mcpatcher
|
||||
mcpatcher.desktop)
|
||||
md5sums=('d5b33a8cf4896beef40013d778b614b2'
|
||||
'f30f4f8a8f5a0f83e761c8f32a743692')
|
||||
'38358254be76dc84676509f43be44938'
|
||||
'87f031f8f0fceb0feb369c6185e07fbf')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue