summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinhard Leichtfuß2016-12-12 13:50:37 +0100
committerEinhard Leichtfuß2016-12-12 13:51:32 +0100
commit71860818bc4ff8e8e83b8fc7a53d6660da3db914 (patch)
treeed546980131d2ac3bbb92e8e327fd05b3b66a400
parent671399b74ff5b736810dff4e001e72d83d4e237d (diff)
downloadaur-71860818bc4ff8e8e83b8fc7a53d6660da3db914.tar.gz
Fixed typo.
{$pkgdir} -> ${pkgdir}
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bfce2a0a43..5f8359952135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dict-wn
pkgdesc = WordNet for dictd et al.
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://wordnet.princeton.edu/
install = dict-wn.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8c9457d328fd..79d6428dabc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dict-wn
pkgver=3.1
_debver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="WordNet for dictd et al."
arch=('any')
url="https://wordnet.princeton.edu/"
@@ -57,6 +57,6 @@ package() {
# Note, that the documentation will be for the old version.
install -m 0644 -t "${pkgdir}/usr/share/doc/${pkgname}/" AUTHORS COPYING NEWS README
- mkdir -p "{$pkgdir}/usr/share/licenses/dict-wn"
+ mkdir -p "${pkgdir}/usr/share/licenses/dict-wn"
ln -s /usr/share/doc/dict-wn/COPYING "${pkgdir}/usr/share/licenses/dict-wn"
}