summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-06-20 11:48:09 -0600
committerBrian Bidulock2018-06-20 11:48:09 -0600
commitb4af3064e460e1ab9689640130b1964727e9c181 (patch)
treec9e21d90c780a2fcc6498a2a356f37d9b4ef8daf
parent92aa474dc2e33c039dbfd1ddd8b50ecbc536cd0f (diff)
downloadaur-lesstif.tar.gz
added openmotif to conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3856c9fae15b..fab584a1a747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lesstif
pkgdesc = LGPL'd re-implementation of Motif
pkgver = 0.95.2
- pkgrel = 7
+ pkgrel = 8
url = http://sourceforge.net/projects/lesstif/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = lesstif
depends = freetype2
depends = libxt
depends = libxp
+ conflicts = openmotif
options = !makeflags
options = !buildflags
source = http://downloads.sourceforge.net/lesstif/lesstif-0.95.2.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index b6eab9da1cfd..82cb0177e470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=lesstif
pkgver=0.95.2
-pkgrel=7
+pkgrel=8
pkgdesc="LGPL'd re-implementation of Motif"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/lesstif/"
license=('LGPL' 'MIT')
depends=('freetype2' 'libxt' 'libxp')
options=('!makeflags' '!buildflags')
+conflicts=('openmotif')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'LICENSE'
'040_fedora_XxxxProperty-64bit.diff')