summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0799db0bcba1..bf2be3c024e4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
pkgname=gtkcord3
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc='Discord client written in go and gtk3'
arch=('any')
url='https://github.com/diamondburned/gtkcord3'
license=('GPL3')
depends=('gtk3' 'discordlogin-git')
-conflicts=('gtkcord3-git')
provides=('gtkcord3')
makedepends=('git' 'go')
-source=('https://github.com/diamondburned/gtkcord3/archive/v0.0.1.tar.gz'
+source=('https://github.com/diamondburned/gtkcord3/archive/v0.0.2.tar.gz'
'gtkcord3.desktop')
-sha256sums=('371a4c34528a1be8e00ad706724a31e1a0e2f08d1a5580dabbbc384f77697c9b'
+sha256sums=('742529f1756edc0ccc411183fe6c5fa7893259d861d881e607cf0ee84271a1d4'
'8839b86e0a4174d5b5f3f7aa1248ee6af26901e4b5d4e749088444e1861982a4')
build() {