summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-01-20 00:58:58 +0100
committerPellegrino Prevete2021-01-20 00:58:58 +0100
commita7e2b8154e3071e36c984d2036f602ffb9ab35f3 (patch)
tree42c6671efeddf7413fb175b9aa6b820e20ceb56d
parente6486fa35ef4ee9c3a7ac7faebd439312643d3ae (diff)
downloadaur-a7e2b8154e3071e36c984d2036f602ffb9ab35f3.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e070fec5fbe6..f65e295a1d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trovotutto
pkgdesc = small naive python 3.x search engine using k-grams
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tallero/trovotutto
arch = any
license = AGPL3
@@ -10,7 +10,7 @@ pkgbase = trovotutto
depends = python-nltk
depends = python-pyxdg
depends = python-setproctitle
- source = trovotutto::git+https://github.com/tallero/trovotutto.git
+ source = trovotutto::git+https://github.com/tallero/trovotutto.git#tag=$pkgver
sha256sums = SKIP
pkgname = trovotutto
diff --git a/PKGBUILD b/PKGBUILD
index 94cdc65082de..672f1d9dd7ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trovotutto
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc='small naive python 3.x search engine using k-grams'
arch=('any')
url='https://github.com/tallero/trovotutto'
license=('AGPL3')
depends=('python' 'python-nltk' 'python-pyxdg' 'python-setproctitle')
makedepends=('python-setuptools')
-source=('trovotutto::git+https://github.com/tallero/trovotutto.git')
+source=('trovotutto::git+https://github.com/tallero/trovotutto.git#tag=$pkgver')
sha256sums=('SKIP')
package() {