summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2017-02-09 18:03:26 -0500
committersolaraquarion2017-02-09 18:03:26 -0500
commite51e2c5eab4ffc6743ac423f3b1e7ca52012b688 (patch)
treebccba19490516eb1cdbe161843fc05e8f870069c
parent66e495ff6fa94923acd6e4cfb2d9d27f990d51b2 (diff)
downloadaur-e51e2c5eab4ffc6743ac423f3b1e7ca52012b688.tar.gz
simplification
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fdf1b78bde0..e8e85bf6a2b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 22:04:35 UTC 2017
+# Thu Feb 9 23:03:16 UTC 2017
pkgbase = topinambour-git
pkgdesc = vte terminal based on the ruby-gtk3 bindings
pkgver = 1.0.11.r25.gf763f66
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cedlemo/topinambour
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 58c22a1ebfe5..c3e6d4a7feb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=topinambour-git
pkgver=1.0.11.r25.gf763f66
-pkgrel=1
+pkgrel=2
pkgdesc="vte terminal based on the ruby-gtk3 bindings"
arch=('i686' 'x86_64')
url="https://github.com/cedlemo/topinambour"
@@ -29,6 +29,5 @@ package() {
-i "${pkgdir}$(ruby -e 'puts Gem.default_dir')" \
-n "${pkgdir}/usr/bin" \
topinambour-*.gem
-mkdir -p "${pkgdir}/usr/share/glib-2.0/schemas"
-install -m644 "data/topinambour.gschema.xml" "$pkgdir/usr/share/glib-2.0/schemas"
+install -Dm644 "data/topinambour.gschema.xml" "$pkgdir/usr/share/glib-2.0/schemas/topinambour.gschema.xml"
}