summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e43eee6101f..e8cac76848d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyaash
pkgdesc = Simple POSIX shell script to query Nyaa instances.
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://notabug.org/BezierQuadratic/nyaash
arch = any
@@ -9,7 +9,7 @@ pkgbase = nyaash
depends = curl
optdepends = noto-fonts-cjk: chinese, japanese, and korean characters
optdepends = dmenu: dmenu_nyaash gui
- source = https://notabug.org/BezierQuadratic/nyaash/archive/1.4.0.tar.gz
- md5sums = 5b10083f365ae4a6138518e65940862a
+ source = https://notabug.org/BezierQuadratic/nyaash/archive/1.5.0.tar.gz
+ md5sums = c489447918b585bd0b4a944c9968ac8e
pkgname = nyaash
diff --git a/PKGBUILD b/PKGBUILD
index 5d6c0689217c..f54fcbad74d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: intothegnu <intothegnu@protonmail.com>
pkgname="nyaash"
-pkgver="1.4.0"
+pkgver="1.5.0"
pkgrel="1"
pkgdesc="Simple POSIX shell script to query Nyaa instances."
arch=('any')
@@ -10,7 +10,7 @@ optdepends=('noto-fonts-cjk: chinese, japanese, and korean characters' 'dmenu: d
license=('GPL')
url="https://notabug.org/BezierQuadratic/nyaash"
source=("https://notabug.org/BezierQuadratic/nyaash/archive/$pkgver.tar.gz")
-md5sums=('5b10083f365ae4a6138518e65940862a')
+md5sums=('c489447918b585bd0b4a944c9968ac8e')
package(){
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/share/doc/nyaash