summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-13 19:02:01 +0200
committerMichal Wojdyla2021-05-13 19:02:01 +0200
commit70b02a19f4cab6d8659d1216cd61537ee4195526 (patch)
treedb8c69f86f8b669985ae75d079026e1db635c488
parenteacc98353e282f2eb2812a005ea5e70fea00d2f8 (diff)
downloadaur-wmwave.tar.gz
fix build for gcc10, https
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b30f0d008c..6910738c697e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = wmwave
pkgdesc = dockapp to display statistical information about a current wifi connection
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = http://wmwave.sourceforge.net
arch = x86_64
arch = i686
license = GPL
depends = libxpm
- source = http://downloads.sourceforge.net/sourceforge/wmwave/wmwave-0-4.tgz
+ source = https://downloads.sourceforge.net/sourceforge/wmwave/wmwave-0-4.tgz
source = Makefile
md5sums = 8728507eccb01a9749336f53ac4182c5
- md5sums = 2f22597ee8fb3bc91d00f352acbbafae
+ md5sums = 42eb9b6dbbe9d3edb12637384cba02ca
pkgname = wmwave
diff --git a/Makefile b/Makefile
index 576140d3419b..be859104ca06 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
LIBDIR = -L/usr/X11R6/lib
LIBS = -lXpm -lXext -lX11 -lm
-FLAGS = $(CFLAGS)
+FLAGS = $(CFLAGS) -fcommon
OBJS = \
wmgeneral.o \
diff --git a/PKGBUILD b/PKGBUILD
index 658a147fe1bd..a3364027fc7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Christian von Essen <christian@mvonessen.de>
pkgname=wmwave
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="dockapp to display statistical information about a current wifi connection"
arch=('x86_64' 'i686')
url="http://wmwave.sourceforge.net"
license=('GPL')
depends=('libxpm')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-0-4.tgz"
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-0-4.tgz"
'Makefile')
md5sums=('8728507eccb01a9749336f53ac4182c5'
- '2f22597ee8fb3bc91d00f352acbbafae')
+ '42eb9b6dbbe9d3edb12637384cba02ca')
build() {
cp "$srcdir/Makefile" "$srcdir/$pkgname/"
cd "$srcdir/$pkgname"