diff options
author | Caleb Maclennan | 2019-03-12 16:02:33 +0300 |
---|---|---|
committer | Caleb Maclennan | 2019-03-12 16:07:02 +0300 |
commit | d6177564df492a9cce25416e07f196a075a2d4a5 (patch) | |
tree | c76c3b9623b7d00e595124374f96313cd757b798 | |
parent | 00d8d6eacea006a9c8cc0eb00152cdbf92c07cb0 (diff) | |
download | aur-d6177564df492a9cce25416e07f196a075a2d4a5.tar.gz |
Update upstream to active Github project
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 20 |
2 files changed, 12 insertions, 14 deletions
@@ -1,8 +1,8 @@ pkgbase = vicious-git pkgdesc = Widgets for the Awesome window manager - pkgver = 2.1.1.207.g4c082ac + pkgver = 2.1.1.266.gea0c5a4 pkgrel = 1 - url = http://git.sysphere.org/vicious/about/ + url = https://github.com/vicious-widgets/vicious arch = any license = GPL2 makedepends = git @@ -13,7 +13,7 @@ pkgbase = vicious-git optdepends = curl: for widget types accessing network resources provides = vicious conflicts = vicious - source = vicious-git::git+http://git.sysphere.org/vicious + source = vicious-git::git+https://github.com/vicious-widgets/vicious.git md5sums = SKIP pkgname = vicious-git @@ -1,28 +1,26 @@ -# Maintianer: Brian Bidulock <bidulock@openss7.org> +# Maintianer: Caleb Maclennan <caleb@alerque.com> +# Contributor: Brian Bidulock <bidulock@openss7.org> # Contributor: Adrian C. <anrxc..sysphere.org> pkgname=vicious-git _pkgname=vicious -pkgver=2.1.1.207.g4c082ac +pkgver=2.1.1.266.gea0c5a4 pkgrel=1 pkgdesc='Widgets for the Awesome window manager' arch=('any') -url='http://git.sysphere.org/vicious/about/' +url='https://github.com/vicious-widgets/vicious' license=('GPL2') depends=('lua') makedepends=('git') -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' -) +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') provides=($_pkgname) conflicts=($_pkgname) -source=(${pkgname}::git+http://git.sysphere.org/${_pkgname}) +source=(${pkgname}::git+https://github.com/vicious-widgets/${_pkgname}.git) md5sums=('SKIP') - pkgver() { cd $pkgname git describe --always | sed 's|^[^0-9]*||;s|\.g[a-f0-9]*$||;s|-|.|g' |