summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2019-09-12 20:12:20 +0200
committerRaimar Bühmann2019-09-12 20:12:20 +0200
commit0c45bf1ab6246b40df84940a743b572a7780bff6 (patch)
tree29a401ce6baa68fe006304fd0019874c9f9e8e5e
parent96c118a5e9c7c46e4c644a4e3c8db7fe32627890 (diff)
downloadaur-0c45bf1ab6246b40df84940a743b572a7780bff6.tar.gz
fix build issues by adding autoreconf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c9945c82ea3..316f2cdab83f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxtask-git
- pkgdesc = Lightweight X11 task manager and system monitor for LXDE
+ pkgdesc = Lightweight X11 task manager and system monitor for LXDE Desktop
pkgver = 0.1.9.r411.20190912
pkgrel = 1
- url = http://lxde.org/
+ url = https://lxde.org/
arch = i686
arch = x86_64
groups = lxde-git
diff --git a/PKGBUILD b/PKGBUILD
index 8f8b869006bc..671500b976af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lxtask-git
pkgver=0.1.9.r411.20190912
pkgrel=1
-pkgdesc="Lightweight X11 task manager and system monitor for LXDE"
+pkgdesc="Lightweight X11 task manager and system monitor for LXDE Desktop"
arch=('i686' 'x86_64')
license=('GPL2')
groups=('lxde-git')
@@ -12,7 +12,7 @@ makedepends=('autoconf' 'automake' 'gcc' 'libtool' 'make' 'pkgconfig' 'git' 'int
provides=('lxtask')
conflicts=('lxtask')
replaces=('lxtask')
-url="http://lxde.org/"
+url="https://lxde.org/"
source=(
$pkgname::git+https://github.com/OpenHelios/lxtask.git
# https://downloads.sourceforge.net/lxde/lxtask-0.1.8.tar.xz
@@ -39,6 +39,7 @@ pkgver() {
build() {
cd $_gitroot
+ autoreconf
./configure --prefix=/usr --sysconfdir=/etc
make
}