summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel-j2018-03-15 23:05:54 +0100
committerdaniel-j2018-03-15 23:05:54 +0100
commit80c60dc4e4295dbec0c664bb59f8a65c06047117 (patch)
treed875b517af74ae085a16a957bb39acece33b2340
parentdf6053b91f314cbda780bbe7148fc38f1fe68ce0 (diff)
downloadaur-80c60dc4e4295dbec0c664bb59f8a65c06047117.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6a939c456c..e69139fb698a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fimfic2epub
pkgdesc = Tool to generate improved EPUB ebooks from Fimfiction stories
- pkgver = 1.7.22
+ pkgver = 1.7.23
pkgrel = 1
url = https://github.com/daniel-j/fimfic2epub
arch = any
@@ -8,8 +8,8 @@ pkgbase = fimfic2epub
makedepends = yarn
depends = nodejs
options = !strip
- source = https://github.com/daniel-j/fimfic2epub/archive/v1.7.22.tar.gz
- sha256sums = 68a6a5e0955adc065f864eb44992af6983aae30d0a9a797bced63a1bdf2fc9a5
+ source = https://github.com/daniel-j/fimfic2epub/archive/v1.7.23.tar.gz
+ sha256sums = b040770c4d48b6c66cf6261a1c9dd05e3c604a8ee8dbe5e356c740440f774cc4
pkgname = fimfic2epub
diff --git a/PKGBUILD b/PKGBUILD
index b3fbe3fb99f5..92d21979915a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: djazz
pkgname=fimfic2epub
-pkgver=1.7.22
+pkgver=1.7.23
pkgrel=1
pkgdesc="Tool to generate improved EPUB ebooks from Fimfiction stories"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('yarn')
options=(!strip)
source=("https://github.com/daniel-j/fimfic2epub/archive/v${pkgver}.tar.gz")
sha256sums=(
- '68a6a5e0955adc065f864eb44992af6983aae30d0a9a797bced63a1bdf2fc9a5'
+ 'b040770c4d48b6c66cf6261a1c9dd05e3c604a8ee8dbe5e356c740440f774cc4'
)
package() {