summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-04-07 17:59:44 -0400
committerJean Lucas2019-04-07 17:59:44 -0400
commited1fd1c43e01fc7fb1e3bbdd6902e8f428a70aa6 (patch)
tree411d7d8d579570ef23c2a92a15abe096eb6e25c5
parent2f7f0c6df3513a27f38e9a20576b04b3dcedbc42 (diff)
downloadaur-ed1fd1c43e01fc7fb1e3bbdd6902e8f428a70aa6.tar.gz
Correct arch, version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7393d74f1f53..1ae8e15fcda2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Aug 16 00:42:13 UTC 2018
+# Sun Apr 7 21:59:10 UTC 2019
pkgbase = tootle-git
pkgdesc = GTK+ 3 client for Mastodon (git)
- pkgver = 0.1.5+17+g458b2a3
- pkgrel = 2
+ pkgver = 0.2+26+g1e42721
+ pkgrel = 1
url = https://github.com/bleakgrey/tootle
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL3
makedepends = git
makedepends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index eb9315a1cd26..1206cd70352a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=tootle-git
-pkgver=0.1.5+17+g458b2a3
-pkgrel=2
+pkgver=0.2+26+g1e42721
+pkgrel=1
pkgdesc='GTK+ 3 client for Mastodon (git)'
-arch=(any)
+arch=(i686 x86_64)
url=https://github.com/bleakgrey/tootle
license=(GPL3)
depends=(glib2 gtk3 hicolor-icon-theme libsoup granite json-glib)
@@ -25,7 +25,7 @@ sha512sums=(SKIP)
pkgver() {
cd tootle
- git describe --tags | sed 's/v//;s/-/+/g'
+ git describe --tags | sed 's/-/+/g'
}
build() {