mirror of
https://github.com/luzifer-aur/korvike.git
synced 2024-11-08 15:10:08 +00:00
korvike v1.0.1
This commit is contained in:
parent
9732b61fb8
commit
1cbd384f49
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
|||
pkgbase = korvike
|
||||
pkgdesc = korvike takes a Go template and executes it
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Luzifer/korvike
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = go
|
||||
source = korvike-1.0.0.tar.gz::https://github.com/Luzifer/korvike/archive/v1.0.0.tar.gz
|
||||
sha512sums = e17dfe2b812bc1a7f61e6760ff0186c0e4bf1e1380f10882ddca9999e3795c0001efe2c95b32f304e11a0842aedef0c7fc7ea005bf1c2a18c6c1ce16bc274abd
|
||||
source = korvike-1.0.1.tar.gz::https://github.com/Luzifer/korvike/archive/v1.0.1.tar.gz
|
||||
sha512sums = f4f5f1a33cc68f9411ee3c03d803c5e748797167397f9373056e2cf74e191263cf81b321a26656518fd602d2dd19a79ce36c00c26ab2a285b63d63ff13edebb5
|
||||
|
||||
pkgname = korvike
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
|
||||
pkgname=korvike
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="korvike takes a Go template and executes it"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -10,7 +10,7 @@ license=('Apache')
|
|||
depends=()
|
||||
makedepends=('go')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('e17dfe2b812bc1a7f61e6760ff0186c0e4bf1e1380f10882ddca9999e3795c0001efe2c95b32f304e11a0842aedef0c7fc7ea005bf1c2a18c6c1ce16bc274abd')
|
||||
sha512sums=('f4f5f1a33cc68f9411ee3c03d803c5e748797167397f9373056e2cf74e191263cf81b321a26656518fd602d2dd19a79ce36c00c26ab2a285b63d63ff13edebb5')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue