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

Levente Polyak anthraxx at archlinux.org
Mon Nov 27 00:19:24 UTC 2017


    Date: Monday, November 27, 2017 @ 00:19:17
  Author: anthraxx
Revision: 269097

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-27 00:18:51 UTC (rev 269096)
+++ PKGBUILD	2017-11-27 00:19:17 UTC (rev 269097)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Widgets for the Awesome window manager'
-url='https://github.com/Mic92/vicious'
-arch=('any')
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('93b45dca464530f8b9de7ed56bc62916bb693d587a796f8d642cd5c195eee190')
-sha512sums=('717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe')
-
-package() {
-  cd ${pkgname}-$pkgver
-  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
-  install -Dm 644 widgets/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
-  install -Dm 644 contrib/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
-  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 269096, vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-27 00:19:17 UTC (rev 269097)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+url='https://github.com/Mic92/vicious'
+arch=('any')
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
+sha256sums=('12dc9a4e35db8e314ee936b45e5ad5fa740fc8d0936c3787e0854870267c208a')
+sha512sums=('a48fa87dfdcc94da878beac0d859859a4f3e77b58b65cfbf5f66fa05ecc677a5609ee05c0ff3cbd86c406c47eaa7a46dc87655b5f6fac900742a8f6a7a55e697')
+
+package() {
+  cd ${pkgname}-$pkgver
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
+  install -Dm 644 widgets/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
+  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list