makedeb


gotify-server-bin 2.1.4-1


A simple server for sending and receiving messages

Click here to go back to the commit logs for gotify-server-bin.

Commit:


Hash: 995238c33bfef6dc43480327eb829f19cd2fee3e

Message: Add glibc dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 871cbf8..e8a6176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
 pkgbase = gotify-server-bin
 	pkgdesc = A simple server for sending and receiving messages
 	pkgver = 2.0.5
-	pkgrel = 1
+	pkgrel = 2
 	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
diff --git a/PKGBUILD b/PKGBUILD
index 53afa3a..a5c7ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
 pkgname=gotify-server-bin
 _pkgname=gotify-server
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 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')