summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrody2023-11-13 15:58:16 +0100
committerBrody2023-11-13 15:58:16 +0100
commit84f79063af0a7da51432cbb4060f5e95b89d5b09 (patch)
tree6796e634645fc44fb03c7ca57520a1051c47b9b4
parent5b49aa9be78d3b23e5a5b0eda471268d72eeda8a (diff)
downloadaur-84f79063af0a7da51432cbb4060f5e95b89d5b09.tar.gz
Add missing depends of python-setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD7
3 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4893449eae84..71a48984f686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = konsave
pkgdesc = Save and apply your KDE Plasma customizations with just one command!
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Prayag2/konsave
arch = any
license = GPL3
makedepends = python-setuptools-scm
depends = python-pyaml
+ depends = python-setuptools
source = konsave-2.2.0.tar.gz::https://github.com/Prayag2/konsave/archive/v2.2.0.tar.gz
sha512sums = c9f513fb0ff4bad477765e91614295d120af349c6e60f4116ae8a7e0bd205958adc3fa01034183c6d18c127dcb730a93883527053a334496bc16b829cc22aa24
diff --git a/.gitignore b/.gitignore
index 05c6d4d4c97b..068412980bd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
+## Ignore everything
*
+
+## Except
!.gitignore
-!.SRCINFO
!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 3353b8bb4e75..b729fc382e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,13 @@
pkgname=konsave
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='Save and apply your KDE Plasma customizations with just one command!'
url=https://github.com/Prayag2/${pkgname}
-depends=(python-pyaml)
+depends=(
+ python-pyaml
+ python-setuptools
+)
makedepends=(python-setuptools-scm)
license=(GPL3)
arch=(any)