summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-18 07:23:59 +0100
committerStefan Husmann2017-02-18 07:23:59 +0100
commit6606727a5c36e1eda70961c0791ede4db204c9ad (patch)
treee5e667ec30a9822ca9dce5a5945790ed9873cd1e
parent7398c771864a97e183a65bf0a5a88fb91b41a559 (diff)
downloadaur-6606727a5c36e1eda70961c0791ede4db204c9ad.tar.gz
depend on nawk instead of gawk, remove install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--noweb.install7
3 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5720ccf702be..73e276eeb3ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 18:20:17 UTC 2016
+# Sat Feb 18 06:22:58 UTC 2017
pkgbase = noweb
pkgdesc = A Simple, Extensible Tool for Literate Programming build against ICON libs and texlive
pkgver = 2.11b
- pkgrel = 16
+ pkgrel = 17
url = http://www.cs.tufts.edu/~nr/noweb/
- install = noweb.install
arch = i686
arch = x86_64
license = custom
depends = bash
depends = texlive-core
- depends = gawk
+ depends = nawk
depends = icon
source = http://ftp.de.debian.org/debian/pool/main/n/noweb/noweb_2.11b.orig.tar.gz
md5sums = 1df580723497b2f2efde07646abf764c
diff --git a/PKGBUILD b/PKGBUILD
index c3dabbcca256..d592156d90bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=noweb
pkgver=2.11b
-pkgrel=16
+pkgrel=17
pkgdesc="A Simple, Extensible Tool for Literate Programming build \
against ICON libs and texlive"
url="http://www.cs.tufts.edu/~nr/noweb/"
-depends=('bash' 'texlive-core' 'gawk' 'icon')
+depends=('bash' 'texlive-core' 'nawk' 'icon')
source=(http://ftp.de.debian.org/debian/pool/main/n/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
md5sums=('1df580723497b2f2efde07646abf764c')
arch=('i686' 'x86_64')
-install=noweb.install
license=('custom')
prepare() {
diff --git a/noweb.install b/noweb.install
deleted file mode 100644
index d1ae34da7eb7..000000000000
--- a/noweb.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- [[ -L /usr/bin/nawk ]] || ln -s /bin/gawk /usr/bin/nawk
-}
-
-post_remove() {
- [[ -L /usr/bin/nawk ]] && rm /usr/bin/nawk
-}