Skip to content

Commit

Permalink
πŸ”– cachyos-packageinstaller: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed May 13, 2024
1 parent 39a46d2 commit 4259840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cachyos-packageinstaller/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Vladislav Nepogodin <[email protected]>

pkgname=cachyos-packageinstaller
pkgver=1.2.1
pkgrel=2
pkgver=1.2.2
pkgrel=1
pkgdesc="Simple Software Application Package Installer for CachyOS which helps setting up & installing applications"
arch=(aarch64 x86_64 x86_64_v3)
url="https://github.com/cachyos/packageinstaller"
Expand All @@ -11,7 +11,7 @@ depends=('qt6-base' 'polkit' 'curl')
makedepends=('cmake' 'ninja' 'git' 'polkit-qt6' 'qt6-tools' 'clang' 'llvm')
groups=('cachyos')
source=("packageinstaller-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('de09d350aaaf8dff431041c46edd2cafe32dd8f74f09de8200425e6b123719d0')
sha256sums=('38f2d2e418a95688cf58aaf44eaeb935f86b4e884828175f2b08e09f37068cbf')
provides=('cachyos-packageinstaller')
conflicts=('cachyos-packageinstaller')
options=(strip)
Expand Down

0 comments on commit 4259840

Please sign in to comment.