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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 27 22:50:23 UTC 2013


    Date: Tuesday, May 28, 2013 @ 00:50:23
  Author: seblu
Revision: 91795

archrelease: copy trunk to community-any

Added:
  vicious/repos/community-any/PKGBUILD
    (from rev 91794, vicious/trunk/PKGBUILD)
Deleted:
  vicious/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-27 22:50:17 UTC (rev 91794)
+++ PKGBUILD	2013-05-27 22:50:23 UTC (rev 91795)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=vicious
-pkgver=2.1.0
-pkgrel=3
-pkgdesc='Widgets for the Awesome window manager'
-arch=('any')
-url='http://git.sysphere.org/vicious/about/'
-license=('GPL2')
-depends=('lua')
-optdepends=(
-  'hddtemp: for the HDD Temp widget type'
-  'alsa-utils: for the Volume widget type'
-  'wireless_tools: for the Wireless widget type'
-  'curl: for widget types accessing network resources'
-)
-source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz")
-md5sums=('988bb423eafa6db951412f05cd237e31')
-
-package() {
-  cd $pkgname-$pkgver
-  # Install the vicious library
-  install -dm755 "$pkgdir"/usr/share/lua/5.2/$pkgname/{widgets,contrib}
-  install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
-  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
-  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/contrib"
-  # Install documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 91794, vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-27 22:50:23 UTC (rev 91795)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+arch=('any')
+url='http://git.sysphere.org/vicious/about/'
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz")
+md5sums=('88c43e28338b16cd63ef2a2f0ae9ca48')
+
+package() {
+  cd $pkgname-$pkgver
+  # Install the vicious library
+  install -dm755 "$pkgdir"/usr/share/lua/5.2/$pkgname/{widgets,contrib}
+  install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
+  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
+  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/contrib"
+  # Install documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list