summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2018-07-08 21:15:34 -0400
committerTim Savannah2018-07-08 21:15:34 -0400
commit8c7d36446a72b385d317809ab6b1b3b799487377 (patch)
tree85595d433a34a8e320ebb3d2b922cff54cb0ba35
parente66920e562d1d5cc67556dc9d31bcb73d3c1a6e5 (diff)
downloadaur-8c7d36446a72b385d317809ab6b1b3b799487377.tar.gz
2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566bed7fe758..2e5c72efd2ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ichororm
pkgdesc = ichorORM - A python library for postgresql focused on performance and supporting ORM and query-building functionality
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = http://github.com/kata198/ichorORM
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-ichororm
depends = python-setuptools
depends = python
depends = python-psycopg2
- source = https://github.com/kata198/ichorORM/archive/2.0.1.tar.gz
- sha512sums = 2e850fc3e9e0ff327f7e2526d9308a57bac9a9ca771cc0341d1b54daebe1a27460020ff7196ff70edd3c20e602fccbeac5eb52427214e72c1557c06d1eae539c
+ source = https://github.com/kata198/ichorORM/archive/2.0.2.tar.gz
+ sha512sums = fe2520d63bb4aece522adbeb32fde377b8d106aeea9229db534e9f71f401529ca2c3d5633a9600928a3c0ed76d4417a1c4f622ae496901c48369f8a3fc33a1d0
pkgname = python-ichororm
diff --git a/PKGBUILD b/PKGBUILD
index 236919333a6c..69e44972a5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname='python-ichororm'
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="ichorORM - A python library for postgresql focused on performance and supporting ORM and query-building functionality"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python')
depends=('python-setuptools' 'python' 'python-psycopg2')
source=("https://github.com/kata198/ichorORM/archive/${pkgver}.tar.gz")
-sha512sums=("2e850fc3e9e0ff327f7e2526d9308a57bac9a9ca771cc0341d1b54daebe1a27460020ff7196ff70edd3c20e602fccbeac5eb52427214e72c1557c06d1eae539c")
+sha512sums=("fe2520d63bb4aece522adbeb32fde377b8d106aeea9229db534e9f71f401529ca2c3d5633a9600928a3c0ed76d4417a1c4f622ae496901c48369f8a3fc33a1d0")
build() {
cd "$srcdir"/ichorORM-$pkgver