aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-16 02:32:57 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commitdb6a74f678ac7e54cade19d963e732f4564e9571 (patch)
tree71e679d2346f49338886a5d57f4b5b67045bc6b5
parent08f1cdd55aac4a55215dcc78f5f644c182975184 (diff)
downloadpkgbuilds-db6a74f678ac7e54cade19d963e732f4564e9571.tar.xz
Dump...
-rw-r--r--.SRCINFO2
-rw-r--r--[-rwxr-xr-x]PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af660b..c29fe5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 15:02:35 UTC 2015
+# Mon Jun 1 15:02:36 UTC 2015
pkgbase = xchat-otr
pkgdesc = Off-the-Record Messaging (OTR) plugin for the XChat IRC client
pkgver = 0.3
diff --git a/PKGBUILD b/PKGBUILD
index 773c401..97c4a4f 100755..100644
--- 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
@@ -31,5 +31,3 @@ package(){
mv "$pkgdir"/usr/share/doc/irssi-otr "$pkgdir"/usr/share/doc/xchat-otr
install -m 644 README.xchat ${pkgdir}/usr/share/doc/xchat-otr
}
-
-# vim: set ts=2 sts=2 sw=2 noet: