summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeromy Altuna2022-02-21 01:04:06 -0500
committerJeromy Altuna2022-02-21 01:04:06 -0500
commita3e838ed4d7afba4a6e9e64dc7c028da95e90a17 (patch)
treefbca195f7c701ce97c9234fc9912a0f429e52b55
parent140807da61b1d5f9f95ded87365d0864931a1270 (diff)
downloadaur-refind-theme-nord.tar.gz
feat: new refind-theme-nord version (1.1.0)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--refind-theme-nord.install4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e83cc20d3407..94ad5df61819 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = refind-theme-nord
- pkgdesc = Simple theme inspired to the nord palette
- pkgver = 1.0.0
+ pkgdesc = Simple theme inspired by the Nord palette
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/jaltuna/refind-theme-nord
install = refind-theme-nord.install
arch = any
license = MIT
depends = refind
- source = https://github.com/jaltuna/refind-theme-nord/releases/download/1.0.0/refind-theme-nord-1.0.0.tar.gz
- sha256sums = 7dd33482adc9372fe10e4e549f48e9b31e934580ba29e88e20ab96de3374fb54
+ source = https://github.com/jaltuna/refind-theme-nord/releases/download/1.1.0/refind-theme-nord-1.1.0.tar.gz
+ sha256sums = 0b833acb2ab9a7ae04055c3e8609fff9ec2c64d227de6950252ef4830d7d95d1
pkgname = refind-theme-nord
diff --git a/PKGBUILD b/PKGBUILD
index 75a4576c2089..7d26ccb2cab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jeromy Altuna <jaltuna at outlook dot es>
pkgname=refind-theme-nord
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
-pkgdesc="Simple theme inspired to the nord palette"
+pkgdesc="Simple theme inspired by the Nord palette"
arch=('any')
url="https://github.com/jaltuna/refind-theme-nord"
license=('MIT')
depends=('refind')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7dd33482adc9372fe10e4e549f48e9b31e934580ba29e88e20ab96de3374fb54')
+sha256sums=('0b833acb2ab9a7ae04055c3e8609fff9ec2c64d227de6950252ef4830d7d95d1')
install=$pkgname.install
diff --git a/refind-theme-nord.install b/refind-theme-nord.install
index b4ae909ca90a..3c82c773e7e4 100644
--- a/refind-theme-nord.install
+++ b/refind-theme-nord.install
@@ -12,3 +12,7 @@ post_install() {
echo "###########################################################"
fi
}
+
+post_upgrade() {
+ post_install
+}