summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2020-04-27 14:07:53 +0200
committerDario Ostuni2020-04-27 14:07:53 +0200
commit616ec66315c7e9595fcdbc1cf479c02a13afb5f5 (patch)
tree2cb83032b106bc5c34dd389d514018e379e61af4
parentaf5df155441a2d45ba904f7d34629bbc5b676cfb (diff)
downloadaur-616ec66315c7e9595fcdbc1cf479c02a13afb5f5.tar.gz
Update to version 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3f26bc95e1..fe0b38aebb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-erlang
pkgdesc = Erlang Binary Term Format for Python
- pkgver = 1.7.9
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/okeuday/erlang_py
arch = any
license = MIT
depends = python
options = !emptydirs
- source = https://github.com/okeuday/erlang_py/archive/v1.7.9.tar.gz
- sha384sums = 6ba135f3e41c8d46ca494d1b8321fa0fe1b72ee69a064663341076a2869ffea5cdb722f5114635541f9a986cd63bc72e
+ source = https://github.com/okeuday/erlang_py/archive/v1.8.0.tar.gz
+ sha384sums = 8227c9b9cee6ab95fedb46add279cad3ffa39b239da85cc0d9a8b471d48b64a9e699c8cabb9edbc36bd62f154cb0df29
pkgname = python-erlang
diff --git a/PKGBUILD b/PKGBUILD
index 544344487a03..64b7d716e397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=python-erlang
-pkgver=1.7.9
+pkgver=1.8.0
pkgrel=1
pkgdesc="Erlang Binary Term Format for Python"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python')
options=(!emptydirs)
source=("https://github.com/okeuday/erlang_py/archive/v${pkgver}.tar.gz")
-sha384sums=('6ba135f3e41c8d46ca494d1b8321fa0fe1b72ee69a064663341076a2869ffea5cdb722f5114635541f9a986cd63bc72e')
+sha384sums=('8227c9b9cee6ab95fedb46add279cad3ffa39b239da85cc0d9a8b471d48b64a9e699c8cabb9edbc36bd62f154cb0df29')
package() {
cd "$srcdir/erlang_py-${pkgver}"