Skip to content

Commit

Permalink
Bump to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Aug 17, 2019
1 parent 45d0476 commit 3555194
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
pkgbase = gotify-server-bin
pkgdesc = A simple server for sending and receiving messages
pkgver = 2.0.5
pkgrel = 3
pkgver = 2.0.6
pkgrel = 1
url = https://github.com/gotify/server
arch = x86_64
license = MIT
depends = glibc
provides = gotify-server
conflicts = gotify-server
source = https://github.com/gotify/server/releases/download/v2.0.5/gotify-linux-amd64.zip
source = https://raw.githubusercontent.com/gotify/server/v2.0.5/config.example.yml
backup = etc/gotify/config.yml
source = https://github.com/gotify/server/releases/download/v2.0.6/gotify-linux-amd64.zip
source = https://raw.githubusercontent.com/gotify/server/v2.0.6/config.example.yml
source = gotify-arch-defaults.patch
source = gotify-server.tmpfiles
source = gotify-server.sysusers
source = gotify-server.service
sha256sums = 21e7ffcd607e86d0a6a1dd9f68494534ec0562bdb112840f38a2dd10eb127c38
sha256sums = 99353ffd719066c02dc2c647dbab94d4fae42e8fdb6f62855a5807a0d2d9b826
sha256sums = 2c469de4161ac354004d801b0d70395b710dc38739a57fa0c832314d0aab34ca
sha256sums = eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0
sha256sums = 14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641
Expand Down
9 changes: 5 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

pkgname=gotify-server-bin
_pkgname=gotify-server
pkgver=2.0.5
pkgrel=3
pkgver=2.0.6
pkgrel=1
pkgdesc='A simple server for sending and receiving messages'
arch=('x86_64')
url='https://github.com/gotify/server'
depends=('glibc')
license=('MIT')
provides=('gotify-server')
conflicts=('gotify-server')
backup=('etc/gotify/config.yml')
source=("$url/releases/download/v${pkgver}/gotify-linux-amd64.zip"
"https://raw.githubusercontent.com/gotify/server/v${pkgver}/config.example.yml"
'gotify-arch-defaults.patch'
'gotify-server.tmpfiles'
'gotify-server.sysusers'
'gotify-server.service')
sha256sums=('21e7ffcd607e86d0a6a1dd9f68494534ec0562bdb112840f38a2dd10eb127c38'
sha256sums=('99353ffd719066c02dc2c647dbab94d4fae42e8fdb6f62855a5807a0d2d9b826'
'2c469de4161ac354004d801b0d70395b710dc38739a57fa0c832314d0aab34ca'
'eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0'
'14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641'
Expand All @@ -30,7 +31,7 @@ prepare() {

package() {
install -Dm755 gotify-linux-amd64 "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 config.example.yml "${pkgdir}/etc/gotify/config.example.yml"
install -Dm644 config.example.yml "${pkgdir}/etc/gotify/config.yml"
install -Dm644 ${_pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 ${_pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${_pkgname}.conf
install -Dm644 ${_pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${_pkgname}.conf
Expand Down

0 comments on commit 3555194

Please sign in to comment.