summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-12-02 21:11:22 +1100
committerRhinoceros2020-12-02 21:11:22 +1100
commit11494340510a0394c44e61d18f4544a9e328af2a (patch)
treec594386d45de15b4db255136bf1720588be5cbf8
parente16acb96ae8ef7436338d3634feecfed1832e21c (diff)
downloadaur-11494340510a0394c44e61d18f4544a9e328af2a.tar.gz
Update to 3.3-2
* Bump pkgrel for python 3.9 * pkgname doesn't need to be an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 199d887cf290..83f59dcdb64e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-vdf
pkgdesc = Library for working with Valve's VDF text format
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ValvePython/vdf
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2a7529885c7f..0f7b932beac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Ivan Semkin (ivan at semkin dot ru)
_pkgname=vdf
-pkgname=(python-vdf)
+pkgname=python-vdf
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Library for working with Valve's VDF text format"
arch=('any')
url='https://github.com/ValvePython/vdf'