summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsmile2024-05-02 10:23:20 +0200
committerxsmile2024-05-02 10:23:20 +0200
commit11bad8bebd9d72100fdf7c16716d72074813beca (patch)
tree6f76f0ad67edad649727e012d5fa9a7b287da18d
parent6d69ef725bd4767419c834504299757e54901038 (diff)
downloadaur-chromexup.tar.gz
missing python-setuptools make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07e901dbbf6..03b4a7b232a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = chromexup
pkgdesc = External extension updater for Chromium based browsers
pkgver = 0.5.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/xsmile/chromexup
install = chromexup.install
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python-requests
source = https://github.com/xsmile/chromexup/archive/0.5.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4ca39d7bd4bb..7c752b6135a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=chromexup
pkgver=0.5.4
-pkgrel=2
+pkgrel=3
pkgdesc='External extension updater for Chromium based browsers'
arch=(any)
url=https://github.com/xsmile/chromexup
license=(MIT)
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-setuptools python-wheel)
depends=(python-requests)
install="$pkgname.install"
source=("$url/archive/$pkgver.tar.gz")