summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2022-08-03 06:27:08 +0200
committerAlbert Graef2022-08-03 06:27:08 +0200
commit3db9c57bcd54b72026dae2998a7f68b8e25e3401 (patch)
treeed660db936b7819ae9893bbb9ed1013fc651cf25
parent7fb58893a8f7d3fdc25008bea5ad96868340622f (diff)
downloadaur-pure-stldict.tar.gz
Remove obsolete libstdc++5 dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fce20d18e3d..a86684b0fca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pure-stldict
pkgdesc = This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map.
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
@@ -9,9 +9,7 @@ pkgbase = pure-stldict
groups = pure-util
license = LGPL3
depends = pure
- depends = libstdc++5
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-stldict-0.8.tar.gz
sha1sums = d2666346eac3410bc2839cdd920167ebedd72e21
pkgname = pure-stldict
-
diff --git a/PKGBUILD b/PKGBUILD
index c5a12ca3fac8..cc2d9d1708ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pure-stldict
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map."
arch=("i686" "x86_64")
license=('LGPL3')
url="http://purelang.bitbucket.org/"
-depends=('pure' 'libstdc++5')
+depends=('pure')
makedepends=()
groups=(pure-complete pure-util)
source=("https://bitbucket.org/purelang/pure-lang/downloads/$pkgname-$pkgver.tar.gz")