Skip to content

Commit

Permalink
[deploy] Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 20, 2023
1 parent 8defd61 commit c7f3efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Anas Elgarhy <[email protected]>
pkgname=archy-scripts
pkgver=0.0.1
pkgver=0.0.2
pkgrel=1
epoch=
pkgdesc="The archy linux utilty scripts"
Expand All @@ -16,7 +16,7 @@ provides=('touchpad-toggle' 'usbmount')
conflicts=()
changelog=
source=("$url/archive/refs/tags/$pkgver.tar.gz")
md5sums=("83c0c3e74d882ff2326064fa43371aa1")
md5sums=("19623d64d19ed6e0f969a39a81f4f4e5")
validpgpkeys=('4514 F39E 840E 0FFC DE9D 2815 0501 802A 1D49 6528')

package() {
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env just --justfile

_ver := "0.0.1"
_ver := "0.0.2"
pkg_name := "arcy-scripts"
build_dir := justfile_directory() / "build"
temp_dir := build_dir / "temp"
Expand Down

0 comments on commit c7f3efa

Please sign in to comment.