summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrody2021-10-28 10:18:05 +0200
committerBrody2021-10-28 10:18:05 +0200
commiteca59367f29ea11372ea9f6ac309c50bbea2d61a (patch)
tree76b2b62922ab55216b94c97c3af9e7eef27e45c0
parent28dfd5ea6b479bd17e70984837a96279e51ebf48 (diff)
downloadaur-eca59367f29ea11372ea9f6ac309c50bbea2d61a.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce95c18d6e48..ba8be7fb350e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = konsave
pkgdesc = Save and apply your KDE Plasma customizations with just one command!
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/Prayag2/konsave
arch = any
@@ -8,7 +8,7 @@ pkgbase = konsave
makedepends = python-setuptools-scm
depends = python
depends = python-pyaml
- source = konsave-2.1.0.tar.gz::https://github.com/Prayag2/konsave/archive/v2.1.0.tar.gz
- sha256sums = caaa2cfbf6856f72c1fac839bebf36b9f3ad86624efb6b6d7d6d7ada744d7471
+ source = konsave-2.1.1.tar.gz::https://github.com/Prayag2/konsave/archive/v2.1.1.tar.gz
+ sha512sums = 291d33e12b9e038257a44015948f8c823872888b12b37f3a2f388cc28d9374bff81f7316098a98f1b460cd8efe7d1f3521999939315487ff0033bac9eb47caea
pkgname = konsave
diff --git a/PKGBUILD b/PKGBUILD
index 6d7f7581fe37..e79c5f0d39e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# vim: ts=2 sw=2 et:
pkgname=konsave
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Save and apply your KDE Plasma customizations with just one command!"
url="https://github.com/Prayag2/${pkgname}"
-depends=(python python-pyaml)
-makedepends=(python-setuptools-scm)
-license=(GPL3)
-arch=(any)
+depends=('python' 'python-pyaml')
+makedepends=('python-setuptools-scm')
+license=('GPL3')
+arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=(caaa2cfbf6856f72c1fac839bebf36b9f3ad86624efb6b6d7d6d7ada744d7471)
+sha512sums=('291d33e12b9e038257a44015948f8c823872888b12b37f3a2f388cc28d9374bff81f7316098a98f1b460cd8efe7d1f3521999939315487ff0033bac9eb47caea')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"