summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Borsboom2016-04-15 07:48:33 +0200
committerArthur Borsboom2016-04-15 07:48:33 +0200
commit240294eab2410c25cd70891a85a9b61e2f6c5a2e (patch)
tree5f3466ddb29fea201f2aa09420935793d2d5ff5e
parentf56f35e4276346f20e9f15034de9b73f8e50de44 (diff)
downloadaur-240294eab2410c25cd70891a85a9b61e2f6c5a2e.tar.gz
Fixed issue ERROR: install should not be an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 631aa01a6f2e..d8e4c17e9cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xhtml-docs
pkgdesc = Set of HTML documentation for XHTML 1.0 & 1.1
pkgver = 1.1
- pkgrel = 6
+ pkgrel = 7
url = http://www.w3.org/TR/xhtml11/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e3ff69b01723..99f4d2b2a257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=xhtml-docs
pkgver=1.1
-pkgrel=6
+pkgrel=7
pkgdesc="Set of HTML documentation for XHTML 1.0 & 1.1"
arch=('any')
url="http://www.w3.org/"
@@ -24,7 +24,7 @@ sha512sums=('8a38a61d44809459f1f8b02992a623836df1b4b7fb6b5e844ca039264d4c99e8017
'184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412'
'2eef06bf5b3eee0ffbebc72fb96094a33226bca2850e90b128e3379122966b748252a5bb2bf748d4e941a60f49a304bc32df1808104e32d5f21480d474b124d6')
-install=('xhtml-docs.install')
+install='xhtml-docs.install'
package(){
# no need to traverse into $pkgname, since we're actually just copying its contents...