mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v1.0.1
This commit is contained in:
parent
0d3a1876ad
commit
13beb3d929
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = hamr
|
||||
pkgdesc = A fast, extensible desktop launcher for Linux
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Stewart86/hamr
|
||||
arch = x86_64
|
||||
|
|
@ -27,7 +27,7 @@ pkgbase = hamr
|
|||
optdepends = bitwarden-cli: Bitwarden password manager integration
|
||||
replaces = hamr-qml
|
||||
install = hamr.install
|
||||
source = hamr-1.0.0::git+https://github.com/Stewart86/hamr.git#tag=v1.0.0
|
||||
source = hamr-1.0.1::git+https://github.com/Stewart86/hamr.git#tag=v1.0.1
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = hamr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# AUR package for hamr - builds from source
|
||||
|
||||
pkgname=hamr
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A fast, extensible desktop launcher for Linux"
|
||||
arch=('x86_64')
|
||||
|
|
@ -50,7 +50,7 @@ optdepends=(
|
|||
)
|
||||
replaces=('hamr-qml')
|
||||
install=hamr.install
|
||||
source=("$pkgname-$pkgver::git+${url}.git#tag=v${pkgver}")
|
||||
source=("$pkgname-$pkgver::git+${url}.git#tag=v1.0.1${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue