summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-10-17 23:53:15 +0200
committerAlexander F. Rødseth2018-10-17 23:53:15 +0200
commit0b180c2bebee7a37c3bcce324b758ed4b86a7595 (patch)
treea10e98a406e6b228daf7cae63da5ea4ca445a2bb
parentb801214c30e4f11bbbef2ee2e3e8a96ed6ffa48c (diff)
downloadaur-0b180c2bebee7a37c3bcce324b758ed4b86a7595.tar.gz
Update to the latest version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cbfa85a476..dc3f9c2d9005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Oct 17 10:19:32 UTC 2018
pkgbase = msg2
pkgdesc = Output a blue arrow and a white message
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://roboticoverlords.org/msg2
arch = x86_64
license = GPL
makedepends = cmake
makedepends = ninja
- source = https://roboticoverlords.org/msg2/msg2-1.0.1.tar.xz
- sha256sums = cd70e516723f47a371f8f89e16f40309b618b36d614bb8fec7644559ad328671
+ source = https://roboticoverlords.org/msg2/msg2-1.1.0.tar.xz
+ sha256sums = 437db75160a66d5b56a015ef8b56e872671a83745dd337477d2d5532f7cb60de
pkgname = msg2
diff --git a/PKGBUILD b/PKGBUILD
index 62a76108a6c8..cc2e2f477861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=msg2
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc='Output a blue arrow and a white message'
arch=('x86_64')
url='https://roboticoverlords.org/msg2'
license=('GPL')
makedepends=('cmake' 'ninja')
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('cd70e516723f47a371f8f89e16f40309b618b36d614bb8fec7644559ad328671')
+sha256sums=('437db75160a66d5b56a015ef8b56e872671a83745dd337477d2d5532f7cb60de')
build() {
mkdir -p build
@@ -27,4 +27,3 @@ package() {
}
# vim: ts=2 sw=2 et:
-