summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-07-09 00:38:56 +0200
committerLucas Werkmeister2023-07-09 00:38:56 +0200
commit16110b94156d2427582033ca119926475681e703 (patch)
tree38d808f5eb6b774626170b0463987e622c3c6802
parent6bba67f76a0fc3868fc5b33fa55068c867040492 (diff)
downloadaur-16110b94156d2427582033ca119926475681e703.tar.gz
Re-add python-setuptools makedepends
AUR user Edu4rdSHL [1] reports it’s needed after all. (I didn’t try uninstalling python-setuptools on my own system to confirm it, since it’s required by aurman.) [1]: https://aur.archlinux.org/account/Edu4rdSHL/
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7034a52bc932..16f5f4c350df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
- pkgver = 14.r762.g3633102500
+ pkgver = 14.r763.g01ec7c067e
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
license = LGPL2.1
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
makedepends = pandoc
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 199a7c669991..3343bafb2dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Reto Brunner <brunnre8@gmail.com>
pkgname=mkosi-git
-pkgver=14.r762.g3633102500
+pkgver=14.r763.g01ec7c067e
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -13,6 +13,7 @@ depends=('python'
'bubblewrap')
makedepends=('python-build'
'python-installer'
+ 'python-setuptools'
'python-wheel'
'pandoc'
'git')