summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3rfaan2023-12-23 15:43:54 +0100
committer3rfaan2023-12-23 15:43:54 +0100
commitb7eb191409fed7673d3a6548de936429f8ec8424 (patch)
treeb41ed30e70c10f1904db13363d4dd66acdadb772
parent59dade52e874d79512d7b4980730da3bed3e7566 (diff)
downloadaur-b7eb191409fed7673d3a6548de936429f8ec8424.tar.gz
Added new version of Hyprforest
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d28605019376..ab88b23b3d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprforest-installer-bin
pkgdesc = Everforest Theme Installer for Hyprland on Arch Linux
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/3rfaan/hyprforest-installer
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = hyprforest-installer-bin
optdepends = zsh
provides = hyprforest-installer
conflicts = hyprforest-installer
- source = https://github.com/3rfaan/hyprforest-installer/releases/download/v0.1.1/hyprforest-installer-0.1.1-x86_64.tar.gz
- sha256sums = b160099955d558ae5193e657714e0cfd12348ae8c8bad8f29f09fcffcc955bcc
+ source = https://github.com/3rfaan/hyprforest-installer/releases/download/v0.1.2/hyprforest-installer-0.1.2-x86_64.tar.gz
+ sha256sums = eb633a52019f161e73c5f1cef25283f011b865f8f5be917130b2f5c573a7ba36
pkgname = hyprforest-installer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9f8bb5bafbd6..d34a708b52d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=hyprforest-installer-bin
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Everforest Theme Installer for Hyprland on Arch Linux"
url="https://github.com/3rfaan/hyprforest-installer"
@@ -14,7 +14,7 @@ provides=("hyprforest-installer")
conflicts=("hyprforest-installer")
optdepends=("hyprland" "kitty" "neovim" "waybar" "wofi" "zsh")
source=("https://github.com/3rfaan/hyprforest-installer/releases/download/v$pkgver/hyprforest-installer-$pkgver-x86_64.tar.gz")
-sha256sums=("b160099955d558ae5193e657714e0cfd12348ae8c8bad8f29f09fcffcc955bcc")
+sha256sums=("eb633a52019f161e73c5f1cef25283f011b865f8f5be917130b2f5c573a7ba36")
package() {
install -Dm755 hyprforest-installer -t "$pkgdir/usr/bin"