summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-15 00:43:16 +0100
committerhaawda2017-11-15 00:43:16 +0100
commitc7933214948567273f749bdb39d96536b3361280 (patch)
treeccf61048b2235a75186af324e4819f9d46cfcb63
parentf98ae1461e1c3507489806a974192ebe3b5b3902 (diff)
downloadaur-c7933214948567273f749bdb39d96536b3361280.tar.gz
Updated version (0.3.3.1.gfcc27a9.335 -> 0.3.3.2.gb9e1f73.336).
Changelog ========= Make unexpected token formatting clearer (#243) (b9e1f73) Add instructions for installing via Homebrew (#238) (fcc27a9)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d97311284f..9e3dcc46f4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Nov 14 23:43:16 UTC 2017
pkgbase = just-git
pkgdesc = Just a command runner, like make.
- pkgver = 0.3.3.1.gfcc27a9.335
- pkgrel = 2
+ pkgver = 0.3.3.2.gb9e1f73.336
+ pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f4b555841464..92a5a184e73e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=just-git
-pkgver=0.3.3.1.gfcc27a9.335
-pkgrel=2
+pkgver=0.3.3.2.gb9e1f73.336
+pkgrel=1
pkgdesc="Just a command runner, like make."
arch=('x86_64' 'i686')
url="https://github.com/casey/just"