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

Levente Polyak anthraxx at archlinux.org
Wed Mar 6 23:11:04 UTC 2019


    Date: Wednesday, March 6, 2019 @ 23:11:03
  Author: anthraxx
Revision: 437954

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-06 23:10:57 UTC (rev 437953)
+++ PKGBUILD	2019-03-06 23:11:03 UTC (rev 437954)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.3.1
-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=('101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95')
-sha512sums=('9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9')
-
-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 437953, vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-06 23:11:03 UTC (rev 437954)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.3.2
+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=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
+sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
+
+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