summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax G2020-07-11 15:33:49 +0300
committerMax G2020-07-11 15:33:49 +0300
commitb99c8ff6e11ebe1c95739e90271c6593ac303210 (patch)
tree5c32cce80cd94389f8072bd887aba78839fc4b84 /PKGBUILD
parent5fd00f4d8f5da2cc4a416efa6c7b295d5865a59f (diff)
downloadaur-b99c8ff6e11ebe1c95739e90271c6593ac303210.tar.gz
Updated to v0.7.1-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24730f4a9139..5fce4dfbc4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@ pkgbase='python-aur-deploy'
pkgname=('python-aur-deploy')
_module='aur-deploy'
pkgver='0.7.1'
-pkgrel=2
+pkgrel=3
pkgdesc="Automate updating pkgbuild and deploying to AUR"
url="https://github.com/codeswhite/aur-deploy"
depends=('python')
-makedepends=('python-setuptools' 'python-interutils' 'python-requests' 'python-bs4' 'pip2pkgbuild')
+makedepends=('python-setuptools' 'python-interutils' 'python-requests' 'python-beautifulsoup4' 'pip2pkgbuild')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")