mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v0.5.0
This commit is contained in:
parent
9c03066f69
commit
0dde79b17c
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = raffi-bin
|
||||
pkgdesc = raffi - fuzzel launcher based on yaml configuration
|
||||
pkgver = 0.4.0
|
||||
pkgver = 0.5.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/chmouel/raffi
|
||||
license = Apache 2.0
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = raffi-bin
|
|||
conflicts = raffi
|
||||
provides = raffi
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/chmouel/raffi/releases/download/v0.4.0/raffi_0.4.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 93857f3a5e3590f605e3098ffe882d77f6d8a10ba205dc711771d0806c3e6fdc
|
||||
source_x86_64 = https://github.com/chmouel/raffi/releases/download/v0.5.0/raffi_0.5.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4368a3de96a2b501c5c320895eae4bd8e8fded5274e356f80ca342bd781d5f5d
|
||||
|
||||
pkgname = raffi-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
|
||||
|
||||
pkgname='raffi-bin'
|
||||
pkgver=0.4.0
|
||||
pkgver=0.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='raffi - fuzzel launcher based on yaml configuration'
|
||||
url='https://github.com/chmouel/raffi'
|
||||
|
|
@ -12,8 +12,8 @@ provides=('raffi')
|
|||
conflicts=('raffi')
|
||||
depends=('fuzzel')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.4.0/raffi_0.4.0_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('93857f3a5e3590f605e3098ffe882d77f6d8a10ba205dc711771d0806c3e6fdc')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/chmouel/raffi/releases/download/v0.5.0/raffi_0.5.0_linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('4368a3de96a2b501c5c320895eae4bd8e8fded5274e356f80ca342bd781d5f5d')
|
||||
|
||||
package() {
|
||||
# bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue