summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-08-15 20:43:34 -0400
committerJean Lucas2018-08-15 20:43:34 -0400
commit2f7f0c6df3513a27f38e9a20576b04b3dcedbc42 (patch)
tree09b3dc8cb8a897ba0caccca13b5673822f72d2cd
parent5787a997cc20c08df78442863e76d932dd0d2cf9 (diff)
downloadaur-2f7f0c6df3513a27f38e9a20576b04b3dcedbc42.tar.gz
Shorten executable's name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3a7c3e0412c..7393d74f1f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 9 03:54:10 UTC 2018
+# Thu Aug 16 00:42:13 UTC 2018
pkgbase = tootle-git
pkgdesc = GTK+ 3 client for Mastodon (git)
- pkgver = 0.1.5+15+g6c30b79
- pkgrel = 1
+ pkgver = 0.1.5+17+g458b2a3
+ pkgrel = 2
url = https://github.com/bleakgrey/tootle
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 430d78f14255..eb9315a1cd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=tootle-git
-pkgver=0.1.5+15+g6c30b79
-pkgrel=1
+pkgver=0.1.5+17+g458b2a3
+pkgrel=2
pkgdesc='GTK+ 3 client for Mastodon (git)'
arch=(any)
url=https://github.com/bleakgrey/tootle
@@ -37,4 +37,5 @@ build() {
package() {
cd tootle
DESTDIR="$pkgdir" ninja -C build install
+ mv "$pkgdir"/usr/bin/{com.github.bleakgrey.,}tootle
}