Skip to content

Commit

Permalink
Update hyprdots-ctl
Browse files Browse the repository at this point in the history
auto build AUR

arch

submodule

aur

tag v3.0

fix

aur bump

AUR auto rebuild

aur testing

Update Hyprdots

updates

Version Follows Git tag

Update Hyprdots

Update PKGBUILD
  • Loading branch information
kRHYME7 committed Feb 6, 2024
1 parent 84dbff1 commit f525cd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Hyprdots
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
hyprdots_ctl_version=v0.2.0.46.24020600
if [ "$(whoami)" = "root" ] || [ $(id -u) -eq 0 ] ; then echo "Oh no! What have you done! Run without 'sudo'...EXITING" ; exit 1 ;fi

hyprdots_ctl_version='v0.3.7.1.gafdc8ad - February 06, 2024 @ 14:35'

export PATH=$PATH:/usr/lib/hyprdots-ctl/

Expand Down
14 changes: 10 additions & 4 deletions aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname=hyprdots-ctl
pkgver=v0.2.0.46.24020600
pkgver=v0.3.5.24020613
pkgrel=1
pkgdesc="CLI for Hyprdots Configurations"
pkgdesc="CLI for Hyprdots Configurations ++ Hidden Gems"
arch=('x86_64')
url="https://github.com/kRHYME7/Hyprdots-ctl"
license=('GPL3')
Expand All @@ -10,7 +10,13 @@ makedepends=('git' 'make' 'curl')
source=("git+https://github.com/kRHYME7/Hyprdots-ctl.git")
md5sums=('SKIP')

pkgver() { #! If someone might read this help me automate the pkgver please. tnx
cd "$srcdir/Hyprdots-ctl" || return
git fetch --tags
git describe --long --tags --always | sed 's/-/./g' # Replace hyphens with dots to conform to versioning standards
}

package() {
cd "${srcdir}/Hyprdots-ctl"
cd "${srcdir}/Hyprdots-ctl" || return
make DESTDIR="$pkgdir" clean all
}
}
2 changes: 1 addition & 1 deletion aur/hyprdots-ctl
Submodule hyprdots-ctl updated from aa003c to 65fd5b

0 comments on commit f525cd5

Please sign in to comment.