[arch-commits] Commit in vicious/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Dec 13 19:15:56 UTC 2017
Date: Wednesday, December 13, 2017 @ 19:15:55
Author: anthraxx
Revision: 274273
archrelease: copy trunk to community-any
Added:
vicious/repos/community-any/PKGBUILD
(from rev 274272, vicious/trunk/PKGBUILD)
Deleted:
vicious/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-13 19:15:48 UTC (rev 274272)
+++ PKGBUILD 2017-12-13 19:15:55 UTC (rev 274273)
@@ -1,30 +0,0 @@
-# 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:
Copied: vicious/repos/community-any/PKGBUILD (from rev 274272, vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-13 19:15:55 UTC (rev 274273)
@@ -0,0 +1,30 @@
+# 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:
More information about the arch-commits
mailing list