summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Mudgal2019-03-27 12:50:09 +0530
committerAbhishek Mudgal2019-03-27 12:50:09 +0530
commite43ea60eab50baf76ff76800b060428c64b1a3ec (patch)
treeffd0e9e870c103b4d6d064d5927a5fd7e2328caf
parentf1470522d7628ddb9f24025c6caf67a653124179 (diff)
downloadaur-e43ea60eab50baf76ff76800b060428c64b1a3ec.tar.gz
Fixed sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535f58c4ea7b..c6bd23a1fe43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-vdf
pkgdesc = Library for working with Valve's VDF text format
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ValvePython/vdf
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-vdf
checkdepends = python2-mock
makedepends = python-setuptools
source = https://github.com/ValvePython/vdf/archive/v3.0.tar.gz
- sha256sums = 094ff32c6622dd2349bba6674e51f548b71969f63a44b29cd23d4b79aaf003f9
+ sha256sums = f15b9a1ab7ad11c53c002c407a125520e5f0f61e54ab1cf6c5ab06e7a18c9592
pkgname = python-vdf
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index eeabce28331c..62af8e5d17db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=vdf
pkgname=(python-vdf python2-vdf)
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library for working with Valve's VDF text format"
arch=('any')
url='https://github.com/ValvePython/vdf'
@@ -13,7 +13,7 @@ depends=()
makedepends=(python-setuptools)
checkdepends=(python python2 python-nose python-coverage python-mock python2-nose python2-coverage python2-mock)
source=("https://github.com/ValvePython/vdf/archive/v$pkgver.tar.gz")
-sha256sums=('094ff32c6622dd2349bba6674e51f548b71969f63a44b29cd23d4b79aaf003f9')
+sha256sums=('f15b9a1ab7ad11c53c002c407a125520e5f0f61e54ab1cf6c5ab06e7a18c9592')
check() {
cd "$srcdir/$_pkgname-$pkgver"