mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
[skip-ci] vmpk: update to 0.7.1, switch to pacman hooks
This commit is contained in:
parent
9bd8c9cb98
commit
d2992d91e7
@ -1,7 +1,7 @@
|
||||
pkgname=vmpk
|
||||
pkgver=0.6.2a
|
||||
pkgver=0.7.1
|
||||
epoch=1
|
||||
_pkgver=0.6.2
|
||||
_pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="MIDI event generator and receiver"
|
||||
arch=('x86_64')
|
||||
@ -12,9 +12,8 @@ optdepends=('soundfont-fluidr3: for MIDI sound'
|
||||
'soundfont-personalcopy: for MIDI sound'
|
||||
'soundfont-unison: for MIDI sound')
|
||||
license=('GPL3')
|
||||
install="$pkgname.install"
|
||||
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$_pkgver/$pkgname-$pkgver.tar.bz2")
|
||||
sha256sums=('d1453497690bf4df9155a3414b149b79c6ce5e474f00985d8ccdd9be678ca908')
|
||||
sha256sums=('06d78872b8c23976cd1ed4e66ac6a3bfce93af28ce8db96c2c015cf185ce651b')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user