summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordasbaumwolltier2022-03-03 11:45:54 +0100
committerdasbaumwolltier2022-03-03 11:45:54 +0100
commit1a8e5abec9bb1d4d62c15b11d85a27a19a8ddc0f (patch)
tree03b53cc7ca6f118523f710a6da60e8a68b1074dd
parent0cdcdcd711863d2b29c64cb7090acd129eba5411 (diff)
downloadaur-1a8e5abec9bb1d4d62c15b11d85a27a19a8ddc0f.tar.gz
Update to version 0.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD11
3 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4806cc655890..335599261e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = koi
pkgdesc = Switch between light and dark themes on KDE Plasma
- pkgver = 0.1.2
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/baduhai/Koi
arch = x86_64
+ arch = aarch64
license = LGPL3
makedepends = qt5-base
depends = plasma-desktop
depends = kconfig
depends = kcoreaddons
depends = kwidgetsaddons
- source = https://github.com/baduhai/Koi/archive/0.1.2.tar.gz
- md5sums = 4a676a406b0cd22707befe6701556825
+ source = https://github.com/baduhai/Koi/archive/0.1.5.tar.gz
+ sha256sums = 3db0d451b9d518218d3b3d17ee0a85e5832b72624d76c7774208755fcbce2c59
pkgname = koi
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cc1557d1abe9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!.gitignore
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 585304485120..5b6171dc52ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,18 @@
-# Maintainer: William Franco Abdul Hai <williamhai at hotmail dot com>
+# Maintainer: Gabriel Guldner <gabriel at guldner dot eu>
+
+# Contributor: William Franco Abdul Hai <williamhai at hotmail dot com>
+
pkgname='koi'
-pkgver=0.1.2
+pkgver=0.1.5
pkgrel=1
pkgdesc="Switch between light and dark themes on KDE Plasma"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/baduhai/Koi"
license=('LGPL3')
depends=('plasma-desktop' 'kconfig' 'kcoreaddons' 'kwidgetsaddons')
makedepends=('qt5-base')
source=("https://github.com/baduhai/Koi/archive/$pkgver.tar.gz")
-md5sums=('8a93eec44ebc385714458815277f0ceb')
+sha256sums=('3db0d451b9d518218d3b3d17ee0a85e5832b72624d76c7774208755fcbce2c59')
build() {
cd "Koi-$pkgver"