summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Squillace2022-10-29 16:28:05 +0200
committerFilippo Squillace2022-10-29 16:28:05 +0200
commit4ba60314312e3e01e1ab1258e3d5631304762294 (patch)
tree490790f3fb99b29bc09fcbcfee048a202ced7e0e
parent75b468c998122b80418707c2a3f52ab039d7c338 (diff)
downloadaur-4ba60314312e3e01e1ab1258e3d5631304762294.tar.gz
Remove setuptools dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9a6b9e72393..820d5c6336b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pearl-git
pkgdesc = Package manager for dotfiles, plugins, programs and any form of code accessible via git. Allow to easily share and sync packages across systems and have them ready to work out of the box.
- pkgver = r131.31797ee
+ pkgver = r134.e8b4482
pkgrel = 1
url = https://github.com/pearl-core/pearl
install = pearl.install
@@ -13,7 +13,6 @@ pkgbase = pearl-git
makedepends = python-poetry
depends = git
depends = python
- depends = python-setuptools
provides = pearl
conflicts = pearl
source = pearl::git+https://github.com/pearl-core/pearl.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 0a597d4acb6c..f748e14e0079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# https://wiki.archlinux.org/title/Python_package_guidelines
pkgname=pearl-git
-pkgver=r131.31797ee
+pkgver=r134.e8b4482
pkgrel=1
pkgdesc="Package manager for dotfiles, plugins, programs and any form of code accessible via git. Allow to easily share and sync packages across systems and have them ready to work out of the box."
arch=('any')
url="https://github.com/pearl-core/pearl"
license=('GPL')
groups=()
-depends=('git' 'python' 'python-setuptools')
+depends=('git' 'python')
makedepends=(git python-build python-installer python-wheel python-poetry)
provides=("${pkgname%-git}")