summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1c8cdac5a94..d3368c7219ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-transip
pkgdesc = Wrapper for the TransIP API
pkgver = 0.6.0
- pkgrel = 1
- url = https://github.com/roaldnefs/transip
+ pkgrel = 2
+ url = https://github.com/roaldnefs/python-transip
changelog = CHANGELOG.md
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2961966fea2f..63646cd10c4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-transip
_pkg="${pkgname#python-}"
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Wrapper for the TransIP API'
arch=('any')
-url="https://github.com/roaldnefs/transip"
+url="https://github.com/roaldnefs/python-transip"
license=('LGPL3' 'GPL3')
depends=('python-cryptography' 'python-requests')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')