mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
package v0.3.6
This commit is contained in:
parent
52b5c21717
commit
b8e4586fc6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kickoff
|
||||
pkgdesc = A simple and uncomplicated program launcher for wayland
|
||||
pkgver = 0.3.5
|
||||
pkgver = 0.3.6
|
||||
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.5.tar.gz::https://github.com/j0ru/kickoff/archive/v0.3.5.tar.gz
|
||||
sha512sums = 08660f4f0c9903e96e1a1734358f89229bbf43393be0783658488cf141b1366b4f61d37d7c3e5fdceeaa0c66c80583fe7465a5f5e77c100c85d718b50821fe8a
|
||||
source = kickoff-0.3.6.tar.gz::https://github.com/j0ru/kickoff/archive/v0.3.6.tar.gz
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = kickoff
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Folke H. 'joru' Gleumes <folke-aur@gleumes.org>
|
||||
pkgname=kickoff
|
||||
pkgver=0.3.5
|
||||
pkgver=0.3.6
|
||||
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=('08660f4f0c9903e96e1a1734358f89229bbf43393be0783658488cf141b1366b4f61d37d7c3e5fdceeaa0c66c80583fe7465a5f5e77c100c85d718b50821fe8a')
|
||||
sha512sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue