summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoodmind2016-05-08 05:44:16 +0500
committergoodmind2016-05-08 05:44:16 +0500
commitd50754639e4f78e8931fbac8809448ac6077e227 (patch)
treec4ffe73c0e82caecff7d780e6482b90415261ea9
parentfa20414918e9663887f6afe1fc87c943500ddb32 (diff)
downloadaur-d50754639e4f78e8931fbac8809448ac6077e227.tar.gz
fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e735d677422..bbfc7acd6be3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = infornography-git
pkgdesc = Racket script to show system information, lightweight alternative to screenfetch.
pkgver = 0.3.r0.g9e9c603
pkgrel = 1
- url = https://github.com/telegram-wired/infornography
+ url = https://github.com/goodmind/infornography
arch = any
license = MIT
makedepends = git
depends = racket
- source = infornography-git::git+https://github.com/telegram-wired/infornography.git
+ source = infornography-git::git+https://github.com/goodmind/infornography.git
md5sums = SKIP
pkgname = infornography-git
diff --git a/PKGBUILD b/PKGBUILD
index 08a48bb33945..92208729fbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=0.3.r0.g9e9c603
pkgrel=1
pkgdesc="Racket script to show system information, lightweight alternative to screenfetch."
arch=('any')
-url="https://github.com/telegram-wired/infornography"
+url="https://github.com/goodmind/infornography"
license=('MIT')
depends=('racket')
makedepends=('git')
-source=("$pkgname::git+https://github.com/telegram-wired/infornography.git")
+source=("$pkgname::git+https://github.com/goodmind/infornography.git")
md5sums=('SKIP')
pkgver() {