[arch-commits] Commit in guisu/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Mar 16 21:41:59 UTC 2013


    Date: Saturday, March 16, 2013 @ 22:41:58
  Author: arodseth
Revision: 86430

archrelease: copy trunk to community-any

Added:
  guisu/repos/community-any/PKGBUILD
    (from rev 86429, guisu/trunk/PKGBUILD)
Deleted:
  guisu/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-16 21:34:09 UTC (rev 86429)
+++ PKGBUILD	2013-03-16 21:41:58 UTC (rev 86430)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=guisu
-pkgver=0.4
-pkgrel=1
-pkgdesc='Script for running GUI programs as root, with fallbacks'
-arch=('any')
-url='https://github.com/xyproto/guisu'
-license=('MIT')
-depends=('polkit')
-source=("$pkgname-$pkgver.tgz::https://github.com/xyproto/$pkgname/archive/master.tar.gz")
-sha256sums=('88d2c3e6784f2e92c52ab0303e036be8adb41eb69cc61b4290e7919490437197')
-
-package() {
-  cd "$srcdir/$pkgname-master"
-
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: guisu/repos/community-any/PKGBUILD (from rev 86429, guisu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-16 21:41:58 UTC (rev 86430)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=guisu
+pkgver=0.5
+pkgrel=1
+pkgdesc='Script for running GUI programs as root, with fallbacks'
+arch=('any')
+url='https://github.com/xyproto/guisu'
+license=('MIT')
+depends=('polkit')
+source=("$pkgname-$pkgver.tgz::https://github.com/xyproto/$pkgname/archive/master.tar.gz")
+sha256sums=('35a811d9f0bd0156606a8b19f631cbc79b1185ddbb6ba1441360282cc9310c46')
+
+package() {
+  cd "$srcdir/$pkgname-master"
+
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list