still struggling with archlinux version numbers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Maintainer: Manuel Domke <info@manuel-domke.de>
|
||||
# Maintainer: Manuel Domke <info@13-37.org>
|
||||
pkgname=infnoise
|
||||
pkgrel=1
|
||||
pkgdesc='Infinite Noise TRNG'
|
||||
license=('open')
|
||||
url='https://github.com/manuel-domke/infnoise'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f0`
|
||||
PKGREL=`git --no-pager describe --tags --always | cut -d'-' -f1`
|
||||
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f1`
|
||||
PKGREL=`git --no-pager describe --tags --always | cut -d'-' -f2`
|
||||
|
||||
# x86_64
|
||||
mkdir -p x86_64
|
||||
|
||||
Reference in New Issue
Block a user