aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-06 03:24:55 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 14:33:41 +0200
commitbd98f0fc8f1fd763348ca61af8fc2a1ab030c560 (patch)
tree93e1a26eeda74ceb6f9d6ed2e668d9adfe6d2ff6
parente4109b121b7f04fd000f849ddddae8e535cb62b6 (diff)
downloadpkgbuilds-bd98f0fc8f1fd763348ca61af8fc2a1ab030c560.tar.xz
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a29e3..4e1bf61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:32 UTC 2015
+# Mon Jun 1 13:54:33 UTC 2015
pkgbase = urxvt-tabbedex
pkgdesc = A tabbed extension for rxvt-unicode with several enhancements
pkgver = 0.4
diff --git a/PKGBUILD b/PKGBUILD
index 9ba1fd4..0ad5630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ provides=('urxvt-tabbedex')
conflicts=('urxvt-tabbedex')
install=urxvt-tabbedex.install
source=('git+https://github.com/stepb/urxvt-tabbedex.git#tag=tabbedex-0.4'
- '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch'
- 'urxvt-tabbedex.install')
+ '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch'
+ 'urxvt-tabbedex.install')
md5sums=('SKIP'
- '92d581a40779da3127c88fdc7d10257f'
- 'a07c8a1c46379ab763a113d3d9f4111e')
+ '92d581a40779da3127c88fdc7d10257f'
+ 'a07c8a1c46379ab763a113d3d9f4111e')
prepare() {
cd urxvt-tabbedex
@@ -30,4 +30,4 @@ package() {
install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex
}
-# vim: set ts=4 sw=4 noet:
+# vim: set ts=2 sts=2 sw=2 noet: