Compare commits

..

2 Commits
v0.1 ... v0.2

Author SHA1 Message Date
Devaev Maxim
eadec8b7a1 Bump version: 0.1 → 0.2 2018-09-25 10:38:43 +03:00
Devaev Maxim
2d049818dd PKGBUILD fix 2018-09-25 10:38:32 +03:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1
current_version = 0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}

View File

@@ -3,7 +3,7 @@
pkgname=ustreamer
pkgver=0.1
pkgver=0.2
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
url="https://github.com/pi-kvm/ustreamer"
@@ -19,7 +19,7 @@ md5sums=(SKIP)
build() {
cd $srcdir
rm -rf $pkgname-build
cp -r pi-kvm-$pkgver/ustreamer $pkgname-build
cp -r ustreamer-$pkgver $pkgname-build
cd $pkgname-build
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" $MAKEFLAGS
}

View File

@@ -21,4 +21,4 @@
#pragma once
#define VERSION "0.1"
#define VERSION "0.2"