summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-01-23 00:46:31 +0000
committerGrey Christoforo2020-01-23 00:46:31 +0000
commit7bdb742e6d3c24bd340be8a4c861577f594b5fcf (patch)
tree8e85fbd458801b058a2d312b1744c01165649f32
parent529bc8149a2d0dc993064266dd58a6e0669030b4 (diff)
downloadaur-7bdb742e6d3c24bd340be8a4c861577f594b5fcf.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880cb6d8c42c..8d076128f4ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-epics
pkgdesc = Python interface to Epics Channel Access
- pkgver = 3.3.3
+ pkgver = 3.4.1
pkgrel = 1
url = http://pyepics.github.io/pyepics/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-epics
depends = python
depends = python-numpy
depends = epics-base
- source = https://github.com/pyepics/pyepics/archive/3.3.3.tar.gz
- sha256sums = 0ec2006a932246dd58b44f2ce122b70ca7c44f63ef2722aa59246cf2ea0f63e1
+ source = https://github.com/pyepics/pyepics/archive/3.4.1.tar.gz
+ sha256sums = e3b852a98e483b6a6b53af94ab4aa1d3d51ac49434bfae32fcdacae31577e8d0
pkgname = python-epics
diff --git a/PKGBUILD b/PKGBUILD
index 254c1aaaf7bb..677754484ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-epics
_pkgname=pyepics
-pkgver=3.3.3
+pkgver=3.4.1
pkgrel=1
pkgdesc="Python interface to Epics Channel Access "
arch=('any')
@@ -11,7 +11,7 @@ license=('custom')
depends=('python' 'python-numpy' 'epics-base')
makedepends=('python-setuptools')
source=("https://github.com/pyepics/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('0ec2006a932246dd58b44f2ce122b70ca7c44f63ef2722aa59246cf2ea0f63e1')
+sha256sums=('e3b852a98e483b6a6b53af94ab4aa1d3d51ac49434bfae32fcdacae31577e8d0')
build() {
cd "$srcdir/$_pkgname-$pkgver"