summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2022-08-03 06:44:12 +0200
committerAlbert Graef2022-08-03 06:44:12 +0200
commit3de0ad23715f3f828922c8431ddebeb9509efbb8 (patch)
tree0e581423865779280a6bd11e287f39704c5e392f /PKGBUILD
parent0633ac54fc71993eb74f8e32c0f252ec69ffeb47 (diff)
downloadaur-pure-stllib.tar.gz
Remove obsolete libstdc++5 dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7791a140758a..f67d2a0912c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pure-stllib
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="An 'umbrella' package that contains a pair of Pure addons, pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions."
arch=("i686" "x86_64")
license=('BSD')
url="http://purelang.bitbucket.org/"
-depends=('pure' 'libstdc++5')
+depends=('pure')
makedepends=()
provides=('pure-stlvec')
conflicts=('pure-stlvec')