summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boughton2018-10-18 16:39:41 +0100
committerNick Boughton2018-10-18 16:39:41 +0100
commit0e942408b6c93dccd4836c2be60f07406ebf9a25 (patch)
treed65ab159ee39181966d9a53d1c10bec4746faf42
parent1cfb43cb98113179732318cdccc43f07ffc7fed8 (diff)
downloadaur-0e942408b6c93dccd4836c2be60f07406ebf9a25.tar.gz
Updated to v0.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1880aa71baf2..11cd6518b68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swnt
pkgdesc = Command line GM tools for Stars Without Number
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/nboughton/swnt
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = swnt
makedepends = go
depends = git
optdepends = hugo: export sectors as hugo sites
- source = swnt-0.7.4.tar.gz::https://github.com/nboughton/swnt/archive/v0.7.4.tar.gz
- sha1sums = 88de7c97fefdaa8eec2eca95e772e076fc053ee7
+ source = swnt-0.7.5.tar.gz::https://github.com/nboughton/swnt/archive/v0.7.5.tar.gz
+ sha1sums = 714325463242a3eb981ecb69ea3a859a6926b63f
pkgname = swnt
diff --git a/PKGBUILD b/PKGBUILD
index c7c03f9e9853..0f855e5ec20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: N.Boughton, <nicholasboughton@gmail.com>
pkgname=swnt
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Command line GM tools for Stars Without Number"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=("git")
makedepends=('go')
optdepends=('hugo: export sectors as hugo sites')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nboughton/swnt/archive/v${pkgver}.tar.gz")
-sha1sums=('88de7c97fefdaa8eec2eca95e772e076fc053ee7')
+sha1sums=('714325463242a3eb981ecb69ea3a859a6926b63f')
build() {
cd "$srcdir/$pkgname-$pkgver"