summaryrefslogtreecommitdiff
path: root/community/stfl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/stfl
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/stfl')
-rw-r--r--community/stfl/PKGBUILD12
-rw-r--r--community/stfl/stfl.changelog3
2 files changed, 9 insertions, 6 deletions
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD
index 1d41d81cf..b418b97c0 100644
--- a/community/stfl/PKGBUILD
+++ b/community/stfl/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99993 2013-10-31 02:53:24Z allan $
+# $Id: PKGBUILD 103032 2013-12-25 17:28:56Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Sven Pfleiderer <pfleidi@roothausen.de>
pkgname=stfl
pkgver=0.22
-pkgrel=1
+pkgrel=2
pkgdesc="Library implementing a curses-based widget set for text terminals"
arch=('i686' 'x86_64')
url="http://clifford.at/stfl/"
@@ -18,16 +18,16 @@ sha256sums=('2dddafd331e61ad04baf1251ccecb3a69feaf99880dd75155be8423c1cc55418'
'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}/$pkgname-$pkgver"
- patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
+ patch -Np1 -i "${srcdir}"/$pkgname-archlinux.patch
make prefix=/usr Makefile.deps
make prefix=/usr
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- make prefix=/usr DESTDIR=${pkgdir} install
+ make prefix=/usr DESTDIR="${pkgdir}" install
}
diff --git a/community/stfl/stfl.changelog b/community/stfl/stfl.changelog
index b72f673ed..257fd66c5 100644
--- a/community/stfl/stfl.changelog
+++ b/community/stfl/stfl.changelog
@@ -1,3 +1,6 @@
+2013-12-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * stfl 0.22-1 static library removed
+
2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* stfl 0.22-1