summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3rfaan2023-11-17 11:35:13 +0100
committer3rfaan2023-11-17 11:35:13 +0100
commit59dade52e874d79512d7b4980730da3bed3e7566 (patch)
tree99f759ed69d3cf50bcbf858d152323b4832ed16d
parent3a3e9106ed6de63a209abd449c59918efb132fc2 (diff)
downloadaur-59dade52e874d79512d7b4980730da3bed3e7566.tar.gz
Updated version to 0.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 293e936e40b4..d28605019376 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.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/3rfaan/hyprforest-installer
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = hyprforest-installer-bin
optdepends = waybar
optdepends = wofi
optdepends = zsh
- provides = hyprforest-installer-bin
- conflicts = hyprforest-installer-bin
- source = https://github.com/3rfaan/hyprforest-installer/releases/download/v0.1.0/hyprforest-installer-0.1.0-x86_64.tar.gz
- sha256sums = 591c246ec182e8fd048ed0ba996f4e1da159a78528ecd998cb6ba672b34ed70d
+ 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
pkgname = hyprforest-installer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 55ab00459a85..9f8bb5bafbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=hyprforest-installer-bin
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Everforest Theme Installer for Hyprland on Arch Linux"
url="https://github.com/3rfaan/hyprforest-installer"
license=("GPL-3.0-or-later")
arch=("x86_64")
-provides=("hyprforest-installer-bin")
-conflicts=("hyprforest-installer-bin")
+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=("591c246ec182e8fd048ed0ba996f4e1da159a78528ecd998cb6ba672b34ed70d")
+sha256sums=("b160099955d558ae5193e657714e0cfd12348ae8c8bad8f29f09fcffcc955bcc")
package() {
install -Dm755 hyprforest-installer -t "$pkgdir/usr/bin"