summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-07 03:33:13 -0500
committerlmartinez-mirror2021-04-07 03:33:13 -0500
commitd003c7f2cd714ae7d8b90d09dbae12dd5f0f4ae9 (patch)
tree0fdbe9feeeb15011bb07eeab7760729d07a4c929 /PKGBUILD
parentdfe8cf5f57b0d9c3de932c41f09bd90c26843783 (diff)
downloadaur-fish-ayu-theme.tar.gz
add install script for fish variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 829539c6f5ed..51b1fa323aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: lmartinez-mirror
pkgname=fish-ayu-theme
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="ayu color theme for Fish shell"
arch=('any')
url="https://github.com/edouard-lopez/ayu-theme.fish"
license=('unknown')
groups=('fish-plugins')
depends=('fish')
+install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('a1b65ee89ec513f4d062a643d9220fa3f9debc1b6ff5387252f4eeafd208ca71')