summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Pavlica2020-03-30 00:15:08 +0200
committerNikola Pavlica2020-03-30 00:15:08 +0200
commitd1c18626bdaf18d82424e12fc05f2ce5b202e781 (patch)
tree1b07762f84e26cb4f901bd0b890aae6dd8945964
parent5a4de4b46a1daef8b4074d10f7cc0a56fafe5fb7 (diff)
downloadaur-d1c18626bdaf18d82424e12fc05f2ce5b202e781.tar.gz
version 0.0.2 baby
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a21818df25..7e0b39219fe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtkcord3
pkgdesc = Discord client written in go and gtk3
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/diamondburned/gtkcord3
arch = any
@@ -10,10 +10,9 @@ pkgbase = gtkcord3
depends = gtk3
depends = discordlogin-git
provides = gtkcord3
- conflicts = gtkcord3-git
- source = https://github.com/diamondburned/gtkcord3/archive/v0.0.1.tar.gz
+ source = https://github.com/diamondburned/gtkcord3/archive/v0.0.2.tar.gz
source = gtkcord3.desktop
- sha256sums = 371a4c34528a1be8e00ad706724a31e1a0e2f08d1a5580dabbbc384f77697c9b
+ sha256sums = 742529f1756edc0ccc411183fe6c5fa7893259d861d881e607cf0ee84271a1d4
sha256sums = 8839b86e0a4174d5b5f3f7aa1248ee6af26901e4b5d4e749088444e1861982a4
pkgname = gtkcord3
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() {