summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2022-05-04 21:40:18 -0400
committerTony Lambiris2022-05-04 21:40:18 -0400
commitdb0456335298431d0700a131474823a8bfe125ef (patch)
tree3a3fb27af7d35e90ff146741642329963320cee4
parentcac6ac9fa813a4e0b06dcfb33758618f805455c0 (diff)
downloadaur-gposttl-git.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d329e8992c0b..ada8c7d3084b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gposttl-git
pkgdesc = Brill's Parts-of-Speech Tagger, with built-in Tokenizer and Lemmatizer
pkgver = r34.4d19dda
- pkgrel = 1
+ pkgrel = 2
url = http://gposttl.sourceforge.net/
arch = x86_64
license = MIT
@@ -13,4 +13,3 @@ pkgbase = gposttl-git
sha256sums = SKIP
pkgname = gposttl-git
-
diff --git a/.gitignore b/.gitignore
index be0b2345a860..b48f0a2eecd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
src
pkg
gposttl-git
-*pkg.tar.xz
+*pkg.tar.zst
+tags
diff --git a/PKGBUILD b/PKGBUILD
index ea351979739b..485825e64d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Tony Lambiris <tony@criticalstack.com>
+# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=gposttl-git
pkgver=r34.4d19dda
-pkgrel=1
+pkgrel=2
pkgdesc="Brill's Parts-of-Speech Tagger, with built-in Tokenizer and Lemmatizer"
arch=(x86_64)
url="http://gposttl.sourceforge.net/"