summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-10-28 22:05:08 -0700
committerAndy Weidenbaum2016-10-28 22:05:08 -0700
commit95d151ee4f3e9340beaf03120a9409e1d1a59a1b (patch)
treec64b08fdf8989d4b3bf4d6adace58a0e4b2d6619
parentd758a1e18799f0b227ac30cdbc8bfe36b705f1dd (diff)
downloadaur-95d151ee4f3e9340beaf03120a9409e1d1a59a1b.tar.gz
update pkgver to 0.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 491858c50472..9546c38a7ac5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 28 18:13:39 UTC 2016
+# Sat Oct 29 05:05:00 UTC 2016
pkgbase = coyim
pkgdesc = A safe and secure chat client
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://coy.im
arch = i686
@@ -17,8 +17,8 @@ pkgbase = coyim
depends = pango
options = !strip
options = !emptydirs
- source = coyim-0.3.6.tar.gz::https://codeload.github.com/twstrike/coyim/tar.gz/v0.3.6
- sha256sums = 9e21fe75048d6fd3d772a8a3167fc24f50ea6ba30b503d1dca0e3c4a1569376e
+ source = coyim-0.3.7.tar.gz::https://codeload.github.com/twstrike/coyim/tar.gz/v0.3.7
+ sha256sums = 29334756a2059b969ce9bc934e2a4c0d04612337112d5bc04db7eb3a097f0c40
pkgname = coyim
diff --git a/PKGBUILD b/PKGBUILD
index 33182afa378f..a2d0249aacd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=coyim
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="A safe and secure chat client"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://coy.im"
license=('GPL3')
options=('!strip' '!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/twstrike/coyim/tar.gz/v$pkgver)
-sha256sums=('9e21fe75048d6fd3d772a8a3167fc24f50ea6ba30b503d1dca0e3c4a1569376e')
+sha256sums=('29334756a2059b969ce9bc934e2a4c0d04612337112d5bc04db7eb3a097f0c40')
build() {
cd "$srcdir/$pkgname-$pkgver"