aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfm/APKBUILD')
-rw-r--r--community/libfm/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/libfm/APKBUILD b/community/libfm/APKBUILD
index 43b8d29fb13..abf16467fdf 100644
--- a/community/libfm/APKBUILD
+++ b/community/libfm/APKBUILD
@@ -2,31 +2,28 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
pkgname=libfm
pkgver=1.3.2
-pkgrel=2
+pkgrel=5
pkgdesc="Library for file management"
-url="https://wiki.lxde.org/en/PCManFM"
-arch="all !s390x !mips64"
+url="https://github.com/lxde/libfm"
+arch="all"
license="GPL-2.0-or-later"
makedepends="
- autoconf
- automake
dbus-glib-dev
gtk+3.0-dev
gtk-doc
intltool
libexif-dev
- libtool
menu-cache-dev
vala
"
options="libtool"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="
- $pkgname-$pkgver.tar.gz::https://github.com/lxde/libfm/archive/$pkgver.tar.gz
+ https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
"
prepare() {
default_prepare
- ./autogen.sh
+ update_config_guess
}
build() {
@@ -59,4 +56,6 @@ package() {
"$pkgdir"/usr/include/libfm/fm-version.h
}
-sha512sums="905c5eca66e1acb8ab2ed20de9f10e43d38eae304d1d986dd9961469141f9156130602c060754a5161672208c37a3969489bb40fd9c941281817852ca38500a6 libfm-1.3.2.tar.gz"
+sha512sums="
+eaa3358cd1d8f611f8f4ac882e01a716b4dc32729b641417e1100aa039db3c57ae57ccc45df7dcac4f0570cd88684beba7752a5586c1d0598b1bc7502e99f4be libfm-1.3.2.tar.xz
+"