diff --git a/elinks/PKGBUILD b/elinks/PKGBUILD index 8620dba26..86e9977a1 100644 --- a/elinks/PKGBUILD +++ b/elinks/PKGBUILD @@ -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') diff --git a/elinks/elinks.install b/elinks/elinks.install deleted file mode 100644 index d3289ab64..000000000 --- a/elinks/elinks.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -