summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhang.j.k2021-03-07 16:14:24 +0800
committerzhang.j.k2021-03-07 16:14:24 +0800
commit316a4e42d4eff3a5fccba4bd5ed9b01d0b94589b (patch)
tree0b1efe47b29f4ffeacf278574b2bb544a2d0f360
parentc9bfa582fcf433bd1876229e83df4f42b8d06636 (diff)
downloadaur-316a4e42d4eff3a5fccba4bd5ed9b01d0b94589b.tar.gz
fix stupid bugs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e25987b4f6a..5e27ee38bf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = konsave
pkgdesc = A CLI program that will let you save and apply your KDE Plasma customizations with just one command!
pkgver = 1.1.3
- pkgrel = 1
- url = https://github.com/chakki-works/seqeval
+ pkgrel = 2
+ url = https://github.com/Prayag2/konsave
arch = any
license = GPL3
- makedepends = python
makedepends = python-setuptools
depends = python
depends = python-pyaml
diff --git a/PKGBUILD b/PKGBUILD
index 299a34f9c14f..9b110d73604a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase='konsave'
pkgname=('konsave')
pkgver='1.1.3'
-pkgrel=1
+pkgrel=2
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"
+url="https://github.com/Prayag2/konsave"
depends=('python' 'python-pyaml')
-makedepends=('python' 'python-setuptools')
+makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Prayag2/konsave/archive/v$pkgver.tar.gz")