[arch-commits] Commit in openmotif/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 10 21:48:06 UTC 2017


    Date: Sunday, December 10, 2017 @ 21:48:05
  Author: arojas
Revision: 273632

Update to 2.3.8

Modified:
  openmotif/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 21:28:48 UTC (rev 273631)
+++ PKGBUILD	2017-12-10 21:48:05 UTC (rev 273632)
@@ -3,27 +3,26 @@
 # Contributor: Enrico Morelli <morelli at cerm.unifi.it>
 
 pkgname=openmotif
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc="Open Motif"
 arch=('x86_64')
-url="http://www.motifzone.org/"
+url="https://motif.ics.com/"
 license=('LGPL')
 depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
 makedepends=(xbitmaps xproto printproto xextproto automake)
 conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz")
-sha256sums=('8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14')
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz")
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
 
 build() {
-  cd "$srcdir"/motif-$pkgver
+  cd motif-$pkgver
   export LDFLAGS="-lX11"
-  [ -x configure ] || ./autogen.sh --prefix=/usr
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make -j1
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-  cd "$srcdir"/motif-$pkgver
+  cd motif-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list