git » pyalpm.git » commit 8aa717d

update upstream url

author Jelle van der Waa
2017-05-25 11:19:35 UTC
committer Jelle van der Waa
2017-05-25 11:19:35 UTC
parent 6b446a5af330945453a2198206444a5a076f9e8d

update upstream url

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7a88c88..38f7767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 
 pkgname=pyalpm
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
-url="http://projects.archlinux.org/users/remy/pyalpm.git/"
+url="https://git.archlinux.org/pyalpm.git/"
 license=('GPL')
 makedepends=('git')
 depends=('python>=3.6' 'pacman>=4.2')