summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkantord2023-09-25 19:57:51 +0000
committerkantord2023-09-25 19:57:51 +0000
commitfcfce0673b65d9f449bed7610e96f124cb94268d (patch)
treebc154fa53ea62a8bb8b4ed3a8e38849fe365b69d
parent7f4085395dd40eef53d99625e4d7a37d30e583d8 (diff)
downloadaur-fcfce0673b65d9f449bed7610e96f124cb94268d.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d1fe520162f..e89293167622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-seagoat
pkgdesc = A semantic-code search engine
- pkgver = 0.32.1
+ pkgver = 0.32.2
pkgrel = 1
url = https://aur.archlinux.org/packages/python-seagoat
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-seagoat
depends = python-pygments
depends = python-typing_extensions
depends = python-gitpython
- source = https://files.pythonhosted.org/packages/source/s/seagoat/seagoat-0.32.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/seagoat/seagoat-0.32.2.tar.gz
sha256sums = SKIP
pkgname = python-seagoat
diff --git a/PKGBUILD b/PKGBUILD
index 16532d3f2cc5..d1f808be3ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Kantor <git@daniel-kantor.com>
pkgname=python-seagoat
-pkgver=0.32.1
+pkgver=0.32.2
pkgrel=1
pkgdesc="A semantic-code search engine"
arch=('any')