summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 16:21:18 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 16:21:18 +0100
commit418e1465d36bf92bf54fb7d58a04d0363d133709 (patch)
treecc2fbf2e2680d44956877d65c3ee4a0f7b269f04 /pcr
parent0244fff481aad3064fb783e518ae153f5d309b39 (diff)
pcr/smartypants: rebuilt
Diffstat (limited to 'pcr')
-rw-r--r--pcr/smartypants/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/pcr/smartypants/PKGBUILD b/pcr/smartypants/PKGBUILD
index c803986e8..d845b1f6b 100644
--- a/pcr/smartypants/PKGBUILD
+++ b/pcr/smartypants/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=smartypants
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Smart punctuation for web sites'
arch=(any)
url=http://daringfireball.net/projects/smartypants/
@@ -12,16 +12,14 @@ makedepends=(unzip)
source=(http://daringfireball.net/projects/downloads/SmartyPants_$pkgver.zip)
sha256sums=(2813a12d8dd23f091399195edd7965e130103e439e2a14f298b75b253616d531)
-build()
-{
+build() {
cd "$srcdir/SmartyPants_$pkgver"
pod2man SmartyPants.pl > smartypants.1
sed -n '/^Copyright (c)/,/damage\./p' 'SmartyPants Readme.txt' > LICENSE
}
-package()
-{
+package() {
cd "$srcdir/SmartyPants_$pkgver"
install -Dm 755 SmartyPants.pl "$pkgdir/usr/bin/smartypants"