summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a612d4ec9ca9..e2d883f3a055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pure-stllib
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.
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
@@ -9,11 +9,9 @@ pkgbase = pure-stllib
groups = pure-util
license = BSD
depends = pure
- depends = libstdc++5
provides = pure-stlvec
conflicts = pure-stlvec
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-stllib-0.6.tar.gz
sha1sums = 47584905c29b662178c954587970b1ef0a2f977a
pkgname = pure-stllib
-
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')