summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadhead4202018-07-28 20:22:46 -0400
committerdeadhead4202018-07-28 20:22:46 -0400
commit1d01d888a221f70fb43d506d61f42c9c613da5d4 (patch)
tree294166c31ed95ca36abbc49ae95f17fe61a6d7a7
parente6ffe00f7d2a9563c658beaa5653c2792e1556ac (diff)
downloadaur-1d01d888a221f70fb43d506d61f42c9c613da5d4.tar.gz
Update md5sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbde46d3380f..2561925b822d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arch-wiki-cli
pkgdesc = Search the arch wiki from the cli
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deadhead420/arch-wiki
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fc74b2a51473..946e30a6a4ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: deadhead <deadhead3492@gmail.com>
pkgname=arch-wiki-cli
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Search the arch wiki from the cli"
arch=('any')
url="https://github.com/deadhead420/arch-wiki"
@@ -12,11 +12,14 @@ optdepends=(
'elinks: to view the wiki inside your shell'
'links: to view the wiki inside your shell'
)
-source=(git+https://github.com/deadhead420/arch-wiki.git)
-md5sums=('SKIP')
-
+source=('https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.sh'
+ 'https://raw.githubusercontent.com/deadhead420/arch-wiki/master/archlinux.png'
+ 'https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.desktop')
+md5sums=('437f7de1ace85e9397b83ddacc8bcc54'
+ '662ff5c5cb614669ae096b46b49818a9'
+ 'f2a1dc5091fe9bb20ea0afb1b102262d')
package() {
- cd "${srcdir}"/arch-wiki
+ cd "${srcdir}"
install -Dm755 arch-wiki.sh "$pkgdir"/usr/bin/arch-wiki
install -Dm644 archlinux.png "$pkgdir"/usr/share/pixmaps/archlinux.png
install -Dm644 arch-wiki.desktop "$pkgdir"/usr/share/applications/arch-wiki.desktop