summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2018-05-31 02:14:16 +0200
committerDaniel Maslowski2018-05-31 02:15:05 +0200
commite26648cf8af053f2e1bc5439af65d34851ab90d0 (patch)
treefe754613c12ee894dd0a2b40b653f7875ea959da
parentefeb4f9f33100a43da936d311703a8ea868b5910 (diff)
downloadaur-e26648cf8af053f2e1bc5439af65d34851ab90d0.tar.gz
update hash sums after rerelease
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011682c23664..f27109882045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 22 20:39:32 UTC 2018
+# Thu May 31 00:15:01 UTC 2018
pkgbase = python-conda-build
pkgdesc = Commands and tools for building conda packages
pkgver = 3.10.4
- pkgrel = 1
+ pkgrel = 2
url = http://conda.pydata.org/docs/building/build.html
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = python-conda-build
provides = conda-build
options = !emptydirs
source = https://github.com/conda/conda-build/archive/3.10.4.tar.gz
- sha512sums = 4540ea90df26e542896153bf2f64b621c367613faca539363b9d97540567cdcead15ca41cb5132dd8166627ad0c7106f496735e587841f40822e34ef52ff70f2
+ sha512sums = 68205fdde81d18df5faf0d027529f4b684e0b9c98ee444e072ec4986dff1285cd83f75490071119e92d4e4983fb0fe409a6cba2523f5d7a5bccf041c16cb9f55
pkgname = python-conda-build
diff --git a/PKGBUILD b/PKGBUILD
index ee588bd10a28..11c3a0c76ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=conda-build
pkgname=python-${_pyname}
pkgver=3.10.4
-pkgrel=1
+pkgrel=2
pkgdesc="Commands and tools for building conda packages"
arch=('any')
url="http://conda.pydata.org/docs/building/build.html"
@@ -24,7 +24,7 @@ depends=(
provides=("$_pyname")
options=(!emptydirs)
source=(https://github.com/conda/$_pyname/archive/$pkgver.tar.gz)
-sha512sums=('4540ea90df26e542896153bf2f64b621c367613faca539363b9d97540567cdcead15ca41cb5132dd8166627ad0c7106f496735e587841f40822e34ef52ff70f2')
+sha512sums=('68205fdde81d18df5faf0d027529f4b684e0b9c98ee444e072ec4986dff1285cd83f75490071119e92d4e4983fb0fe409a6cba2523f5d7a5bccf041c16cb9f55')
package() {
cd "$srcdir/${_pyname}-$pkgver"