still struggling with archlinux version numbers

This commit is contained in:
Manuel Domke
2018-03-01 23:31:15 +01:00
parent bb4b062e1f
commit 7ab4595134
2 changed files with 3 additions and 4 deletions

View File

@@ -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'

View File

@@ -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