summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4679ba74f8f..e11466aa3435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = naturaldocs2
pkgdesc = Readable Source Code Documentation for 20 Programming Languages
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://www.naturaldocs.org/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = naturaldocs2
license = AGPLv3
makedepends = rsync
depends = mono
- source = https://www.naturaldocs.org/download/natural_docs/2.2/Natural_Docs_2.2.zip
+ source = https://www.naturaldocs.org/download/natural_docs/2.3/Natural_Docs_2.3.zip
source = naturaldocs2
- md5sums = c3f8a7db957b1fcb535c3f4d2ec30335
+ md5sums = 1bf973b682ce522f77b8353f14221e61
md5sums = 92ec6333b5df1367b8464d0a0f06f49d
pkgname = naturaldocs2
diff --git a/PKGBUILD b/PKGBUILD
index e9970a23f20e..f0fddbb0fe0c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=naturaldocs2
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Readable Source Code Documentation for 20 Programming Languages"
url="https://www.naturaldocs.org/"
@@ -15,7 +15,7 @@ backup=()
install=
source=("https://www.naturaldocs.org/download/natural_docs/${pkgver}/Natural_Docs_${pkgver}.zip" naturaldocs2)
-md5sums=('c3f8a7db957b1fcb535c3f4d2ec30335' '92ec6333b5df1367b8464d0a0f06f49d')
+md5sums=('1bf973b682ce522f77b8353f14221e61' '92ec6333b5df1367b8464d0a0f06f49d')
build() {
cd "${srcdir}/Natural Docs/"