summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-15 09:42:09 +0300
committerCaleb Maclennan2020-03-15 09:42:09 +0300
commit1cfcc9db6c7dcaf4e6a95f171d128a010a334762 (patch)
tree8672a4f582f456573e36e2aee085d62d9195a313
parentb32fd1417f4d02005d9f1c51f67dc5d2b6ab54eb (diff)
downloadaur-1cfcc9db6c7dcaf4e6a95f171d128a010a334762.tar.gz
Fix licenses directory typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a373dba0ced6..91ed0dc3cc4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biblesync-git
pkgdesc = multicast shared co-navigation library for Bible programs
pkgver = 2.0.1.r1.gb16df42
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://github.com/karlkleinpaste/biblesync
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 94ccd4f61a77..246a3ddcca87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=biblesync-git
pkgver=2.0.1.r1.gb16df42
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc='multicast shared co-navigation library for Bible programs'
arch=('x86_64' 'i686')
@@ -34,6 +34,6 @@ package() {
make -C build DESTDIR="$pkgdir/" install
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" \
ChangeLog README.md man/specification.txt WIRESHARK
- install -Dm644 -t "$pkgdir/usr/share/licences/$pkgname/" \
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" \
AUTHORS COPYING LICENSE
}