summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2022-04-17 14:34:24 +0200
committergéballin2022-04-17 14:34:24 +0200
commit1542436647df2f9f31471e52b52ebcb7752f5725 (patch)
treedcf01649b7109b6423673c8dd9ccbf87ea2b830d
parentfb11b6b6eb81cb873704a7f3f992314078384b36 (diff)
downloadaur-1542436647df2f9f31471e52b52ebcb7752f5725.tar.gz
Upgrade to version 2.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd733854eea9..e4679ba74f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = naturaldocs2
pkgdesc = Readable Source Code Documentation for 20 Programming Languages
- pkgver = 2.1.1
+ pkgver = 2.2
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.1.1/Natural_Docs_2.1.1.zip
+ source = https://www.naturaldocs.org/download/natural_docs/2.2/Natural_Docs_2.2.zip
source = naturaldocs2
- md5sums = 9e0f23c0112ef535ba11862dbc0a0fe2
+ md5sums = c3f8a7db957b1fcb535c3f4d2ec30335
md5sums = 92ec6333b5df1367b8464d0a0f06f49d
pkgname = naturaldocs2
diff --git a/PKGBUILD b/PKGBUILD
index 5287baa19c19..e9970a23f20e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=naturaldocs2
-pkgver=2.1.1
+pkgver=2.2
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=('9e0f23c0112ef535ba11862dbc0a0fe2' '92ec6333b5df1367b8464d0a0f06f49d')
+md5sums=('c3f8a7db957b1fcb535c3f4d2ec30335' '92ec6333b5df1367b8464d0a0f06f49d')
build() {
cd "${srcdir}/Natural Docs/"