mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
elinks: switched to pacman hooks #74
This commit is contained in:
parent
a96de863d4
commit
bccd88a1bd
@ -1,8 +1,9 @@
|
||||
# Forked from https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/elinks&id=607b2e6f84a6a558d0747b636dff7799b5a470c1
|
||||
|
||||
pkgname=elinks
|
||||
pkgver=0.13
|
||||
_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="An advanced and well-established feature-rich text mode web browser."
|
||||
arch=("x86_64")
|
||||
url="http://elinks.or.cz"
|
||||
@ -10,7 +11,6 @@ license=('GPL')
|
||||
depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
|
||||
'gc' 'tre' 'desktop-file-utils')
|
||||
makedepends=('git')
|
||||
install=elinks.install
|
||||
source=("git+http://elinks.cz/elinks.git#commit=$_commit")
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user