summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author8100d1r0n2015-12-05 20:14:16 +0200
committer8100d1r0n2015-12-05 20:14:16 +0200
commitd9e3b31c933cf14b69de68539fd19b74d26ff933 (patch)
tree72c8884d15a87bf02b411eb7ae9b72dea9c0478d /PKGBUILD
parent218f867cfb8e18d41ee530f54117788d2ee6caf9 (diff)
downloadaur-d9e3b31c933cf14b69de68539fd19b74d26ff933.tar.gz
New User
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 458c72ddbf1d..8a5ecbba39f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: EFE KANDEMIR <817c0d3r@gmail.com>
+# Maintainer: Blood iron <8100d1r0n@riseup.net>
pkgname=archlinuxinfo
pkgver=2
pkgrel=4
pkgdesc="C program to display system infomation alongside the Arch Linux logo"
arch=('any')
-url="https://github.com/817c0d3r/Logo"
-license=('GPL')
+url="https://github.com/8100d1r0n/logo"
+license=('GPL2')
depends=("gcc")
-source=(https://raw.githubusercontent.com/817c0d3r/Logo/master/${pkgname}.c)
+source=(https://raw.githubusercontent.com/8100d1r0n/logo/master/${pkgname}.c)
sha512sums=('SKIP')
package() {
msg "Compile..."