summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-03-12 16:02:33 +0300
committerCaleb Maclennan2019-03-12 16:07:02 +0300
commitd6177564df492a9cce25416e07f196a075a2d4a5 (patch)
treec76c3b9623b7d00e595124374f96313cd757b798
parent00d8d6eacea006a9c8cc0eb00152cdbf92c07cb0 (diff)
downloadaur-d6177564df492a9cce25416e07f196a075a2d4a5.tar.gz
Update upstream to active Github project
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e9a252b6f1..20b68eaac840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9cd20cce858f..96e8796bd543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'