summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-11-13 22:45:04 -0500
committerDaniel M. Capella2018-11-13 22:45:04 -0500
commit1ad7aa6d13b30ba86e27587787a8ebd9beab65f1 (patch)
tree8dad92764cfe7e8678a9eb3ff3c18476753e3157
parent1c8b9bba9619c9b2fd01ce1fc66f8d506f12bba3 (diff)
downloadaur-1ad7aa6d13b30ba86e27587787a8ebd9beab65f1.tar.gz
Touch up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b28bf25060e..1d490c94bc04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 15 02:24:18 UTC 2018
+# Wed Nov 14 03:44:44 UTC 2018
pkgbase = hangups
pkgdesc = The first third-party instant messaging client for Google Hangouts
pkgver = 0.4.6
diff --git a/PKGBUILD b/PKGBUILD
index b65be22e91bb..4e5692dc2eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
package() {
cd hangups-$pkgver
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/hangups/LICENSE
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/hangups LICENSE
}
# vim:set ts=2 sw=2 et: