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

Balló György bgyorgy at archlinux.org
Mon Jan 15 14:53:51 UTC 2018


    Date: Monday, January 15, 2018 @ 14:53:50
  Author: bgyorgy
Revision: 282742

polkit-gnome: minor changes

Modified:
  polkit-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 14:08:39 UTC (rev 282741)
+++ PKGBUILD	2018-01-15 14:53:50 UTC (rev 282742)
@@ -8,7 +8,7 @@
 pkgrel=3
 pkgdesc="Legacy polkit authentication agent for GNOME"
 arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/polkit/"
+url="https://www.freedesktop.org/wiki/Software/polkit/"
 license=('LGPL')
 depends=('polkit' 'gtk3')
 makedepends=('intltool')
@@ -18,7 +18,7 @@
             '5074c723a4eab274830587d799ba781ff57f4fbe4ac99fbdc5aac5009c441ee7')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome
   make
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 "$srcdir/polkit-gnome-authentication-agent-1.desktop" \
       "$pkgdir/usr/share/applications/polkit-gnome-authentication-agent-1.desktop"



More information about the arch-commits mailing list