package v0.4.0

This commit is contained in:
Folke H. Gleumes 2021-01-11 16:15:48 +01:00
parent 12f0d94f00
commit 40f8a73d08
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = kickoff
pkgdesc = A simple and uncomplicated program launcher for wayland
pkgver = 0.3.8
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/j0ru/kickoff
arch = x86_64
@ -8,8 +8,8 @@ pkgbase = kickoff
makedepends = cargo
makedepends = cmake
makedepends = freetype2
source = kickoff-0.3.8.tar.gz::https://github.com/j0ru/kickoff/archive/v0.3.8.tar.gz
sha512sums = 852b6b69fdb4cfa921bce9c160b30fcc5901ed9dac32107d66a20d3b5e24ae04d609f82c9e114d85e732e4485cddbe7a2de2d648683c1f2967700f40e0c1a87a
source = kickoff-0.4.0.tar.gz::https://github.com/j0ru/kickoff/archive/v0.4.0.tar.gz
sha512sums = dec6f33a0d66b7bdf7f632e0e8a4ddf8d4da28f6868ec4ee5ac265be1b7953bb502a1400510f4ad0b5cd72216021f8c8c2c85819540e283b1b1365e04715cac7
pkgname = kickoff

View file

@ -1,6 +1,6 @@
# Maintainer: Folke H. 'joru' Gleumes <folke-aur@gleumes.org>
pkgname=kickoff
pkgver=0.3.8
pkgver=0.4.0
pkgrel=1
pkgdesc="A simple and uncomplicated program launcher for wayland"
makedepends=('cargo' 'cmake' 'freetype2')
@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/j0ru/kickoff"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/j0ru/kickoff/archive/v$pkgver.tar.gz")
sha512sums=('852b6b69fdb4cfa921bce9c160b30fcc5901ed9dac32107d66a20d3b5e24ae04d609f82c9e114d85e732e4485cddbe7a2de2d648683c1f2967700f40e0c1a87a')
sha512sums=('dec6f33a0d66b7bdf7f632e0e8a4ddf8d4da28f6868ec4ee5ac265be1b7953bb502a1400510f4ad0b5cd72216021f8c8c2c85819540e283b1b1365e04715cac7')
build() {
cd "$pkgname-$pkgver"