summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-02-24 23:09:05 +0100
committerLuca 'meti' P2018-02-24 23:09:05 +0100
commit0088c50d573b561d221d96d4cf52a9d36270faad (patch)
treeb9d3b206df1d4644dbe07cd2d6acf88f1f67b348
parentd13ab0eb7d3688a3099f021f56d9a4a41dac07fe (diff)
downloadaur-0088c50d573b561d221d96d4cf52a9d36270faad.tar.gz
Update to 0.7.4
Added marisa dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9162f47f7007..b5ced149852f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Jun 23 19:28:31 UTC 2016
pkgbase = python-marisa-trie
pkgdesc = Static memory-efficient & fast Trie-like structures for Python (based on marisa-trie C++ library)
- pkgver = 0.7.2
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/kmike/marisa-trie
arch = i686
arch = x86_64
license = MIT
depends = python
- source = https://github.com/kmike/marisa-trie/archive/0.7.2.tar.gz
- sha256sums = 5a5ca6a032fe924097f87439130f013dfb2682e597f4d5414bb87cfe49bc715e
+ depends = marisa
+ source = https://github.com/kmike/marisa-trie/archive/0.7.4.tar.gz
+ sha256sums = 818d6321725a28250917728c51b00ad5b86d2bde66315b12eb84dec9bff88da6
pkgname = python-marisa-trie
diff --git a/PKGBUILD b/PKGBUILD
index ccfba71415a3..a30c3de82a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Mark E.A. <evalapply ``dot'' aur ``at'' airmail ``dot'' cc>
+# Maintainer: Luca P <meti at lplab.net>
+# Contributor: Mark E.A. <evalapply ``dot'' aur ``at'' airmail ``dot'' cc>
pkgname=python-marisa-trie
_pyname=marisa-trie
-pkgver=0.7.2
+pkgver=0.7.4
pkgrel=1
pkgdesc='Static memory-efficient & fast Trie-like structures for Python (based on marisa-trie C++ library)'
arch=('i686' 'x86_64')
url='https://github.com/kmike/marisa-trie'
license=('MIT')
-depends=('python')
+depends=('python' 'marisa')
makedepends=()
optdepends=()
source=("https://github.com/kmike/${_pyname}/archive/${pkgver}.tar.gz")
-sha256sums=('5a5ca6a032fe924097f87439130f013dfb2682e597f4d5414bb87cfe49bc715e')
+sha256sums=('818d6321725a28250917728c51b00ad5b86d2bde66315b12eb84dec9bff88da6')
build() {
cd "$_pyname-$pkgver"