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

Alexander Rødseth arodseth at archlinux.org
Sun Aug 2 17:57:40 UTC 2015


    Date: Sunday, August 2, 2015 @ 19:57:40
  Author: arodseth
Revision: 137745

upgpkg: monica 3.7-4

Modified:
  monica/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 17:55:25 UTC (rev 137744)
+++ PKGBUILD	2015-08-02 17:57:40 UTC (rev 137745)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
 # Contributor: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=monica
 pkgver=3.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Monitor calibration tool'
 arch=('x86_64' 'i686')
-url="http://www.pcbypaul.com/software/monica.html"
+url='https://sources.archlinux.org/other/monica/'
 license=('BSD')
 depends=('fltk' 'xorg-xgamma')
 makedepends=('gendesk')
@@ -20,14 +20,12 @@
 prepare() {
   cd "$pkgname-$pkgver"
 
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
     --categories 'Application;Settings;System'
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  make
+  make -C "$pkgname-$pkgver"
 }
 
 package() {



More information about the arch-commits mailing list