summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
-rw-r--r--doc-syntaxdatabase.patch2
-rw-r--r--nagelfar-paths.patch2
5 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b638689205..679224f98e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nagelfar
pkgdesc = Tcl syntax checker
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = http://nagelfar.sourceforge.net/
arch = any
license = GPL
depends = tcl
- source = http://downloads.sourceforge.net/nagelfar/Rel_131/nagelfar131.tar.gz
+ source = http://downloads.sourceforge.net/nagelfar/Rel_132/nagelfar132.tar.gz
source = nagelfar-paths.patch
source = doc-syntaxdatabase.patch
- sha256sums = 13d8c6bc48d8ccf1db336680509bbf037939478a3c4538f9c9576a2d72b4c6be
- sha256sums = 204d48c2f9937d3093d4e511a9f5f8eba90606fb6d9923c877a538c7f44de727
- sha256sums = ee5f6908a522bde6b94e6be56024857ecb71cc779f58ca067966299f4016057c
+ sha256sums = ff704e551efa2f39ba851ce9f02cc8ab66c7fae39fb41d5aa2abd6fe05c76b72
+ sha256sums = e0465caec7c7d735a61cf925371ba56a76b6850e2098d44b1887579ea2cc8d6c
+ sha256sums = 19aa5b8a3fd6d14ba7c4fe3dd9d277ba70a4e17096e29bacc716d82bb7b26e76
pkgname = nagelfar
diff --git a/.gitignore b/.gitignore
index ddc9c3a5fe96..513aa569802e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ src
*.gz
*.xz
+*.zst
diff --git a/PKGBUILD b/PKGBUILD
index a2e54ca6ca55..619ab58effb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nagelfar
_pkgver_main=1
_pkgver_sub=3
-_pkgver_subsub=1
+_pkgver_subsub=2
_pkgver="${_pkgver_main}${_pkgver_sub}${_pkgver_subsub}"
pkgver="${_pkgver_main}.${_pkgver_sub}.${_pkgver_subsub}"
pkgrel=1
@@ -25,9 +25,9 @@ install=
changelog=
source=("http://downloads.sourceforge.net/nagelfar/Rel_${_pkgver}/${pkgname}${_pkgver}.tar.gz" nagelfar-paths.patch doc-syntaxdatabase.patch)
noextract=()
-sha256sums=('13d8c6bc48d8ccf1db336680509bbf037939478a3c4538f9c9576a2d72b4c6be'
- '204d48c2f9937d3093d4e511a9f5f8eba90606fb6d9923c877a538c7f44de727'
- 'ee5f6908a522bde6b94e6be56024857ecb71cc779f58ca067966299f4016057c')
+sha256sums=('ff704e551efa2f39ba851ce9f02cc8ab66c7fae39fb41d5aa2abd6fe05c76b72'
+ 'e0465caec7c7d735a61cf925371ba56a76b6850e2098d44b1887579ea2cc8d6c'
+ '19aa5b8a3fd6d14ba7c4fe3dd9d277ba70a4e17096e29bacc716d82bb7b26e76')
validpgpkeys=()
diff --git a/doc-syntaxdatabase.patch b/doc-syntaxdatabase.patch
index e0c3100ba664..cedf868bc9dd 100644
--- a/doc-syntaxdatabase.patch
+++ b/doc-syntaxdatabase.patch
@@ -10,7 +10,7 @@
-* syntaxdb*.tcl where Nagelfar is located
+* syntaxdb*.tcl in /usr/lib/nagelfar
- You can select database(s) with the command line switch ā€œ-sā€.
+ You can select database(s) with the command line switch "-s".
@@ -37,11 +37,11 @@ script will run.
diff --git a/nagelfar-paths.patch b/nagelfar-paths.patch
index c2324706994b..bc0c52af9851 100644
--- a/nagelfar-paths.patch
+++ b/nagelfar-paths.patch
@@ -35,6 +35,6 @@
-} else {
- lappend auto_path $libDir
-}
- set version "Version 1.3.1 2019-08-23"
+ set version "Version 1.3.2 2021-02-02"
#----------------------------------------------------------------------
# Nagelfar, a syntax checker for Tcl.