summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 861922bc09c9..e05f3ea47512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nyaash
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
pkgdesc = Shell script CLI shell script to query nyaa instances.
- md5sums = 4a677521ea25b99ff5daae0cf8c007ba
+ md5sums = ac0cb99469703920c159cc58ca22b44e
url = https://notabug.org/BezierQuadratic/nyaash
license = GPL
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c5b89d2145da..4404578dfb1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: intothegnu <intothegnu@protonmail.com>
pkgname="nyaash"
-pkgver="1.2.0"
-pkgrel="2"
+pkgver="1.2.1"
+pkgrel="1"
pkgdesc="Shell script CLI shell script to query nyaa instances."
arch=('any')
depends=('lynx' 'curl')
@@ -10,7 +10,7 @@ optdepends=('noto-fonts-cjk: chinese, japanese, and korean characters')
license=('GPL')
url="https://notabug.org/BezierQuadratic/nyaash"
source=("https://notabug.org/BezierQuadratic/nyaash/archive/$pkgver.tar.gz")
-md5sums=('4a677521ea25b99ff5daae0cf8c007ba')
+md5sums=('ac0cb99469703920c159cc58ca22b44e')
package(){
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/share/doc/nyaash