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-01 16:03:39 +0200
commit08f1cdd55aac4a55215dcc78f5f644c182975184 (patch)
tree6ee7e282a4ea94a83769c7b25a7e033e203f076b
parent2e0ed1205215a75e621451d8bcaf6aa7bbcd65b2 (diff)
downloadpkgbuilds-08f1cdd55aac4a55215dcc78f5f644c182975184.tar.xz
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0751e8b..773c401 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ license=('GPL2')
depends=('xchat' 'libotr3')
makedepends=('cmake' 'pkgconfig' 'python')
source=("http://download.tuxfamily.org/irssiotr/${pkgname}-${pkgver}.tar.gz"
- 'http://xchat.org/docs/xchat-plugin.h')
+ 'http://xchat.org/docs/xchat-plugin.h')
md5sums=('49706959af491c721a8a5a62bd224670'
- '5ee7da5abedc78a30b90e737370d8f0b')
+ '5ee7da5abedc78a30b90e737370d8f0b')
build() {
cd xchat-otr-$pkgver
@@ -32,4 +32,4 @@ package(){
install -m 644 README.xchat ${pkgdir}/usr/share/doc/xchat-otr
}
-# vim: set ts=4 sw=4 noet:
+# vim: set ts=2 sts=2 sw=2 noet: