summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2022-06-03 11:42:08 +0100
committerAlexandre Pujol2022-06-03 11:42:08 +0100
commit0099ea7ff5f523b0ca9bc42fd454e24587f31c7b (patch)
tree267f9c7820f11395fd47a0e4c7aceeae108fe7bb /PKGBUILD
parentb510be03c9079ab920b2a87a8b058a341b1a78df (diff)
downloadaur-0099ea7ff5f523b0ca9bc42fd454e24587f31c7b.tar.gz
upgpkg: mausoleum 0.8.3-3
ensure python-setuptools is installed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 359cfd52372e..9afb37dce9c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc='A Python GUI application, command line interface, and wrapper for Tomb'
arch=('any')
url='https://github.com/mandeep/Mausoleum'
license=('GPL3')
-makedepends=('python-setuptools')
depends=(
'tomb'
'python-pyqt5'
@@ -16,6 +15,7 @@ depends=(
'python-click'
'python-appdirs'
)
+makedepends=('python-setuptools')
conflicts=("$_name-git")
provides=("$_name" "$_name-gui")
source=("$pkgname-$pkgver.tar.gz::https://github.com/mandeep/Mausoleum/archive/v$pkgver.tar.gz"