summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin Vishnu2019-10-07 14:47:47 +0200
committerAshwin Vishnu2019-10-07 14:47:47 +0200
commitcf7025f3e97057ab4b4adf6e02e202a61c76ba54 (patch)
treeebbc1b4d6c2862773931b043022ac957579155fa
parent6d6d786c617d4944b6dbf292201047c5441d2dab (diff)
downloadaur-cf7025f3e97057ab4b4adf6e02e202a61c76ba54.tar.gz
Update homepage URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5989be3e49e4..4bd9defc0fe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-beniget
pkgdesc = A static analyzer for Python2 and Python3 code
pkgver = 0.2.0
- pkgrel = 1
- url = https://beniget.readthedocs.io/
+ pkgrel = 2
+ url = https://github.com/serge-sans-paille/beniget
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index f637d251f89c..6b10fb1c7b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgbase=python-beniget
pkgname=('python-beniget' 'python2-beniget')
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A static analyzer for Python2 and Python3 code"
arch=('i686' 'x86_64')
-url="https://beniget.readthedocs.io/"
+url="https://github.com/serge-sans-paille/beniget"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
_name=${pkgbase#python-}