summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2015-06-19 15:09:31 +0200
committerBjörn Bidar2015-06-19 15:09:31 +0200
commitfba9cab46ed68a288e8faf2082ceb7b08f283a50 (patch)
treed7a4afd13d20733b32f75e41429e59b5ae7c1ec1
parent28252720929ccf303466c0533657f2a43e28fdb1 (diff)
downloadaur-fba9cab46ed68a288e8faf2082ceb7b08f283a50.tar.gz
changed upstream urls
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c26c467cda4..3e6133e102ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1
pkgrel=1
pkgdesc="search in arch wiki from command line"
arch=('any')
-url="https://github.com/deadhead420/archlinux/blob/master/wiki"
+url="https://github.com/deadhead420/archlinux"
license=('GPL')
depends=('bash')
optdepends=(
@@ -12,7 +12,7 @@ optdepends=(
'elinks: to view the wiki inside your shell'
'links: to view the wiki inside your shell'
)
-source='https://raw.githubusercontent.com/deadhead420/archlinux/master/wiki/wiki.sh'
+source='https://raw.githubusercontent.com/deadhead420/archlinux/master/wiki.sh'
md5sums=('13269023719830461f164fabb5d349b3')
package() {