summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Glancy2016-08-16 17:48:08 +0100
committerJoe Glancy2016-08-16 17:48:08 +0100
commit30bb1339789f7118fb2e5693992b6ae3b3ab7148 (patch)
treec7d2f061c0c64af4841b6325a769e8804285799d
parentfd5542954aa2bbdaaae3539b7a596a2b7f5d5cf4 (diff)
downloadaur-30bb1339789f7118fb2e5693992b6ae3b3ab7148.tar.gz
Updated source repository URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c1841cb76b4..e381de436764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = batteryinfo
pkgdesc = A simple battery status and information tool for Linux systems.
pkgver = 1.2.1
pkgrel = 1
- url = https://github.com/JoeGlancy/batteryinfo
+ url = https://github.com/c0d3st0rm/batteryinfo
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- source = git://github.com/JoeGlancy/batteryinfo.git
+ source = git://github.com/c0d3st0rm/batteryinfo.git
md5sums = SKIP
pkgname = batteryinfo
diff --git a/PKGBUILD b/PKGBUILD
index 53517ba08e5b..be60f0f0f11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.2.1
pkgrel=1
pkgdesc="A simple battery status and information tool for Linux systems."
arch=('i686' 'x86_64')
-url="https://github.com/JoeGlancy/batteryinfo"
+url="https://github.com/c0d3st0rm/batteryinfo"
license=('GPL3')
makedepends=('git')
-source=('git://github.com/JoeGlancy/batteryinfo.git')
+source=('git://github.com/c0d3st0rm/batteryinfo.git')
md5sums=('SKIP')
build() {