summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2021-09-13 19:33:06 +1200
committerOliver Giles2021-09-13 19:33:06 +1200
commit1033fcbb8f3719d872a0079a9d4715e054ea8a77 (patch)
treefc74b0c8d75fb42c69c043125fa5698d126cce80
parent038e427a6ffa8972773f9e240ca5c275a6ed1323 (diff)
downloadaur-1033fcbb8f3719d872a0079a9d4715e054ea8a77.tar.gz
version 1.1
add backup=etc/laminar.conf
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599ea748fd04..00a4774451d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://laminar.ohwg.net
install = laminar.install
@@ -15,8 +15,8 @@ pkgbase = laminar
depends = capnproto>=0.7
depends = sqlite
options = strip
- source = https://github.com/ohwgiles/laminar/archive/1.0.tar.gz
- md5sums = 6cf83e82e4a26888bb51d0ab0b01c264
+ backup = etc/laminar.conf
+ source = https://github.com/ohwgiles/laminar/archive/1.1.tar.gz
+ md5sums = 8d43be58184768614cd65d73d28b0c35
pkgname = laminar
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ace64e21023..e5e7c7bf7e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Fast and lightweight Continuous Integration server"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -12,7 +12,8 @@ makedepends=('cmake' 'boost' 'rapidjson')
options=('strip')
source=("https://github.com/ohwgiles/laminar/archive/$pkgver.tar.gz")
install=laminar.install
-md5sums=('6cf83e82e4a26888bb51d0ab0b01c264')
+backup=('etc/laminar.conf')
+md5sums=('8d43be58184768614cd65d73d28b0c35')
prepare() {
cd "$srcdir/$pkgname-$pkgver"