summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2018-10-03 23:51:33 -0700
committerJoel2018-10-03 23:51:33 -0700
commitfaae4b182e29050eb8227ba07f5473007bac4682 (patch)
tree46eabb5f34b1bc03eac833c1a3df05a30bd2f1b4
parentdd0a3ad3ae79c56495a7f9bc8e0733c05b24b675 (diff)
downloadaur-faae4b182e29050eb8227ba07f5473007bac4682.tar.gz
atk 2.30x supersedes atk-docs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eafcdcaef00..036368d345db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = atk-docs
pkgdesc = Documentation for atk to be used in devhelp
pkgver = 2.28.1
- pkgrel = 0
+ pkgrel = 2
url = http://library.gnome.org/devel/atk/stable/
arch = any
license = GPL
+ conflicts = atk>=2.30.0
source = ftp://ftp.gnome.org/pub/gnome/sources/atk/2.28/atk-2.28.1.tar.xz
sha256sums = cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc
diff --git a/PKGBUILD b/PKGBUILD
index 063e3d744c1c..21b11c274357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,17 @@ _pkgmajorver=2.28
pkgname=atk-docs
pkgver=${_pkgmajorver}.1
-pkgrel=0
+pkgrel=2
pkgdesc="Documentation for atk to be used in devhelp"
arch=('any')
license=('GPL')
url="http://library.gnome.org/devel/atk/stable/"
+conflicts=('atk>=2.30.0')
source=(ftp://ftp.gnome.org/pub/gnome/sources/atk/${_pkgmajorver}/atk-${pkgver}.tar.xz)
sha256sums=('cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc')
package() {
- install -d "$pkgdir"/usr/share/devhelp/books/atk
+ install -d "$pkgdir"/usr/share/devhelp/books/atk
install -D -m 644 "$srcdir"/atk-${pkgver}/docs/html/* \
"$pkgdir"/usr/share/devhelp/books/atk
}