summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxgdgsc2016-05-05 15:29:05 +0800
committerxgdgsc2016-05-05 15:29:05 +0800
commitb0246457ce1c63ea050de5e0585fa3b38ecf753b (patch)
treede0c4e758e9380a716247f1128b80b6cb1afffc9 /PKGBUILD
parent18cfc7b74ba5a2047c2d413d3c15bfc29304e074 (diff)
downloadaur-b0246457ce1c63ea050de5e0585fa3b38ecf753b.tar.gz
rm install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2231ff10691..11c62426b53f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=mendeleydesktop
pkgver=1.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="Academic software for managing and sharing research papers (desktop client)"
url=http://www.mendeley.com/release-notes/
arch=(i686 x86_64)
depends=(python2 qtwebkit)
optdepends=(gconf)
license=(custom:mendeley_eula)
-install=mendeleydesktop.install
-md5sums_i686=('48417538df6a36661c44a08bbd45652b' '44c54032370c2a7cbc6667af6d19acf7')
-md5sums_x86_64=('cda785b501a642c6a69baeb14a26ddea' '44c54032370c2a7cbc6667af6d19acf7')
+md5sums_i686=('48417538df6a36661c44a08bbd45652b')
+md5sums_x86_64=('cda785b501a642c6a69baeb14a26ddea')
if [[ $CARCH = i686 ]];then
_arch=i486
else
@@ -19,10 +18,8 @@ else
fi
#http://desktop-download.mendeley.com/download/linux/mendeleydesktop-1.16.-linux-i486.tar.bz2
#http://desktop-download.mendeley.com/download/linux/mendeleydesktop-1.16.-linux-x86_64.tar.bz2
-source_i686=("http://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-i486.tar.bz2"
- 'mendeleydesktop.install')
-source_x86_64=("http://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-x86_64.tar.bz2"
- 'mendeleydesktop.install')
+source_i686=("http://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-i486.tar.bz2")
+source_x86_64=("http://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-x86_64.tar.bz2")
package() {