summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondor22019-10-20 16:58:40 +0300
committercondor22019-10-20 16:58:40 +0300
commit68475f06eed7008665b2e3d0b7a591142e75ad8a (patch)
treea703677a840bd6e5ab648e12c1b73a221104c4fc
parenta850b590cd99ba0b2b2de346743038a207515eab (diff)
downloadaur-arch-wiki-cli.tar.gz
Forgot to remove one md5 line
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3af51f91e2..934c8502882d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arch-wiki-cli
pkgdesc = Search the arch wiki from the cli
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deadhead420/arch-wiki
arch = any
license = GPL
@@ -12,7 +12,6 @@ pkgbase = arch-wiki-cli
source = https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.sh
source = https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.desktop
md5sums = 437f7de1ace85e9397b83ddacc8bcc54
- md5sums = 662ff5c5cb614669ae096b46b49818a9
md5sums = f2a1dc5091fe9bb20ea0afb1b102262d
pkgname = arch-wiki-cli
diff --git a/PKGBUILD b/PKGBUILD
index ed0df171bed1..cd519c018970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arch-wiki-cli
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Search the arch wiki from the cli"
arch=('any')
url="https://github.com/deadhead420/arch-wiki"
@@ -17,8 +17,8 @@ optdepends=(
source=('https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.sh'
'https://raw.githubusercontent.com/deadhead420/arch-wiki/master/arch-wiki.desktop')
md5sums=('437f7de1ace85e9397b83ddacc8bcc54'
- '662ff5c5cb614669ae096b46b49818a9'
'f2a1dc5091fe9bb20ea0afb1b102262d')
+
package() {
cd "${srcdir}"
install -Dm755 arch-wiki.sh "$pkgdir"/usr/bin/arch-wiki