summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2019-12-18 14:12:31 -0500
committeramoka2019-12-18 14:12:31 -0500
commit5bf1f1ec74f0fb4dad85813f1a782bce297ef485 (patch)
treeaf26dc4e40f5bc51903619252b1b350805ce7e6a
parentf72196a0d1c8baf5092e36560cc86e779363e945 (diff)
downloadaur-5bf1f1ec74f0fb4dad85813f1a782bce297ef485.tar.gz
update PKGBUILD
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66aed3fc1ddc..7731e008b867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Amanoel Dawod <amanoel at outlook dot com>
+# Maintainer: Amanoel Dawod <amoka at amanoel dot com>
pkgname=konsole-gruvbox
pkgver=1.01
pkgrel=1
pkgdesc="Konsole dark and light color schemes based on Gruvbox palette"
-arch=("any")
+arch=('any')
url="https://github.com/morhetz/gruvbox"
license=('MIT')
-depends=("konsole")
-source=('GruvboxDark.colorscheme'
- 'GruvboxLight.colorscheme')
+depends=('konsole')
+source=("GruvboxDark.colorscheme"
+ "GruvboxLight.colorscheme")
sha256sums=('af89228936f355ab10cdccb4eb1a237f41ff91740310ccc44cac3695eacf8429'
'0afe40ca64e2cc5e692f700a3389b5e004903f496709e4ff633c0cc1a23c5c1f')
package() {
- install -Dm644 Gruvbox{Dark,Light}.colorscheme -t "$pkgdir/usr/share/konsole"
+ install -Dm644 Gruvbox{Dark,Light}.colorscheme -t "$pkgdir/usr/share/konsole"
}