summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 913141d61b88..7ef7d0ec048b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rtsprofile
pkgdesc = Library to read, manipulate and write RT system profiles using the RTSProfile XML schema
- pkgver = 2.0.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/gbiggs/rtsprofile
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-rtsprofile
makedepends = python2
makedepends = python2-setuptools
depends = python2
- source = https://github.com/gbiggs/rtsprofile/archive/2.0.0.tar.gz
- md5sums = fd82cc2a8ca986e375d4eff613d8e102
+ source = https://github.com/gbiggs/rtsprofile/archive/v4.0.0.tar.gz
+ sha256sums = 0e7707eb601dbfab53cefbff7c014bc358aca46ef5b49702a4291517043fd108
pkgname = python2-rtsprofile
diff --git a/PKGBUILD b/PKGBUILD
index edb6cdce11ef..ded7f11dd2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-rtsprofile
_name=rtsprofile
-pkgver=2.0.0
+pkgver=4.0.0
pkgrel=1
pkgdesc="Library to read, manipulate and write RT system profiles using the RTSProfile XML schema"
url="https://github.com/gbiggs/rtsprofile"
@@ -8,8 +8,8 @@ depends=('python2')
makedepends=('python2' 'python2-setuptools')
license=('EPLv1.0')
arch=('any')
-source=("https://github.com/gbiggs/${_name}/archive/${pkgver}.tar.gz")
-md5sums=('fd82cc2a8ca986e375d4eff613d8e102')
+source=("https://github.com/gbiggs/${_name}/archive/v${pkgver}.tar.gz")
+sha256sums=('0e7707eb601dbfab53cefbff7c014bc358aca46ef5b49702a4291517043fd108')
# FIXME: probably some dependencies missing