summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Verhagen2019-01-24 14:07:06 +0100
committerBart Verhagen2019-01-24 14:07:06 +0100
commit525f1db2689423081576035931c90a37b93cb04e (patch)
tree1ccc40cdd387cba04cf292c3df97c468a07aeeb3
parenta4183be5d1b047edd989ca5e112a4370b0b61b10 (diff)
downloadaur-525f1db2689423081576035931c90a37b93cb04e.tar.gz
New: Usr: Versioning without tags being present is now according to the Arch Linux packaging standards
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--rapidcheck.changelog2
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f4a0a864dbc..4ea21fa4b2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rapidcheck
pkgdesc = QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
- pkgver = 0.0.0
+ pkgver = r983.3eb9b4f
pkgrel = 1
- epoch = 983
url = https://github.com/emil-e/rapidcheck
changelog = rapidcheck.changelog
arch = any
license = BSD
makedepends = cmake
- provides = rapidcheck=0.0.0
+ provides = rapidcheck=r983.3eb9b4f
source = rapidcheck::git+https://github.com/emil-e/rapidcheck.git#commit=3eb9b4ff69f4ff2d9932e8f852c2b2a61d7c20d3
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 548cdc728324..475bd5e84a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Bart Verhagen <bart at verhagenconsultancy dot be>
pkgname=('rapidcheck')
pkgbase='rapidcheck'
-pkgver=0.0.0
+pkgver=r983.3eb9b4f
pkgrel=1
-epoch=983
+epoch=
pkgdesc="QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible."
arch=('any')
url="https://github.com/emil-e/rapidcheck"
@@ -13,7 +13,7 @@ depends=()
makedepends=(cmake)
checkdepends=()
optdepends=()
-provides=('rapidcheck=0.0.0')
+provides=('rapidcheck=r983.3eb9b4f')
conflicts=()
replaces=()
backup=()
diff --git a/rapidcheck.changelog b/rapidcheck.changelog
index 6bdfcc97238d..17925478f4e0 100644
--- a/rapidcheck.changelog
+++ b/rapidcheck.changelog
@@ -2,7 +2,7 @@ Changelog
=========
-0.0.0
+r983.3eb9b4f
------------
- Merge pull request #224 from stolyaroleh/master. [emil-e]