summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames North2023-12-31 02:06:53 +1100
committerJames North2023-12-31 02:06:53 +1100
commitab64aee5d4a2ff56919183e68531a2bab74400db (patch)
tree44a275e8bfcc76e21b610f6326b0b7175bbf1f90 /PKGBUILD
parenta023aa585efc174e8e3f4f3ff6ef62a91df5ff0e (diff)
downloadaur-mkshousetsu.tar.gz
Release v0.2.5
Shebang is more portable now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1076ea73abcc..594111b29b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: james <software AT vncompat DOT org>
pkgname=mkshousetsu
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Generates EPUBs for ncode.syosetu.com novels"
arch=('any')
@@ -8,7 +8,7 @@ url="https://git.sr.ht/~jamnor/$pkgname"
license=('GPL3')
depends=('python-requests' 'python-lxml')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~jamnor/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('5e9116548d5196284584019f627b8fb1616053d7e9237b7e93f12ba5045d2844')
+sha256sums=('662695174c7e319fd9c3447840dabad912a076dbd8eca7c3f065f2fa425d9ef5')
package() {
tar -xzf "$pkgname-$pkgver.tar.gz"