summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOndrej Jirman2016-02-03 00:19:16 +0100
committerOndrej Jirman2016-02-03 00:19:16 +0100
commit7e54c1c3aa2d1e81301c0357ef406556bbdab58b (patch)
tree9aafc231c5f518c7349ac4a3e12e51da8576bde8 /PKGBUILD
parentc6035e41b50f1e766abf20875fb9a43273121f89 (diff)
downloadaur-7e54c1c3aa2d1e81301c0357ef406556bbdab58b.tar.gz
update to 1.9.97
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16067205609a..bea2386d5662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Ondrej Jirman <megous@megous.com>
pkgname=megatools
-pkgver=1.9.96
+pkgver=1.9.97
pkgrel=1
-pkgdesc="Command line client application for Mega.co.nz"
-arch=('i686' 'x86_64')
+pkgdesc="Command line client application for Mega.nz"
+arch=('i686' 'x86_64' 'armv7h')
url="http://megatools.megous.com"
license=('GPL')
depends=('curl' 'glib-networking' 'fuse')
@@ -12,12 +12,11 @@ makedepends=('gobject-introspection')
optdepends=('gobject-introspection: Bindings support for JavaScript')
source=("http://megatools.megous.com/builds/megatools-${pkgver}.tar.gz")
options=(!libtool)
-md5sums=('6407d65fb526715672a1912c23b17607')
+md5sums=('03523f83e76943b7c03c8b91655e8de3')
build() {
cd "megatools-${pkgver}"
- autoreconf -fi
./configure --prefix=/usr
make