summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhang.j.k2021-03-06 21:07:18 +0800
committerzhang.j.k2021-03-06 21:07:18 +0800
commit3d2a98de3569e7b70fe304731380dcafa4278397 (patch)
treeccedd2cb7ea1366b94869cef34a2d24e83b60f1d
parent2a88f93026b651b8c9aaa53e25e570767737a55d (diff)
downloadaur-3d2a98de3569e7b70fe304731380dcafa4278397.tar.gz
Update to 1.0.6 and migrate to scm
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4e0bab912a..63f270d88fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = konsave
pkgdesc = A CLI program that will let you save and apply your KDE Plasma customizations with just one command!
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/chakki-works/seqeval
arch = any
@@ -9,8 +9,6 @@ pkgbase = konsave
makedepends = python-setuptools
depends = python
depends = python-pyaml
- source = konsave-1.0.5.tar.gz::https://github.com/Prayag2/konsave/archive/v1.0.5.tar.gz
- md5sums = fbc80c9f7d3310527a2f6231f8f423a0
pkgname = konsave
diff --git a/PKGBUILD b/PKGBUILD
index 470055b9b9a0..f8de9fc2d03d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase='konsave'
pkgname=('konsave')
-pkgver='1.0.5'
+pkgver='1.0.6'
pkgrel=1
pkgdesc="A CLI program that will let you save and apply your KDE Plasma customizations with just one command!"
url="https://github.com/chakki-works/seqeval"
@@ -10,8 +10,13 @@ depends=('python' 'python-pyaml')
makedepends=('python' 'python-setuptools')
license=('GPL3')
arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Prayag2/konsave/archive/v$pkgver.tar.gz")
-md5sums=('fbc80c9f7d3310527a2f6231f8f423a0')
+# source=("$pkgname-$pkgver.tar.gz::https://github.com/Prayag2/konsave/archive/v$pkgver.tar.gz")
+source=()
+
+
+prepare() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"