summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-01-08 12:30:14 -0700
committerMark Wagie2021-01-08 12:30:14 -0700
commit31c4a7f2c0decdb99e1230915278fd5d606d3f0c (patch)
treef3a18c55fb91d3aaca2d420e02024301428998c8
parent859588b4da6e8a137e51b9001c2b93c44fa3b313 (diff)
downloadaur-31c4a7f2c0decdb99e1230915278fd5d606d3f0c.tar.gz
re-enable sanity check
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6582befa6c46..8369c306fb43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 2.3.0.dev1.r3985.5f934eda
+ pkgver = 2.3.0.dev1.r4051.e99823dc
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d6600cbf89e7..a794fd273b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.3.0.dev1.r3985.5f934eda
+pkgver=2.3.0.dev1.r4051.e99823dc
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -34,7 +34,7 @@ check() {
cd "$srcdir/${pkgname%-git}"
# Basic sanity check
-# ./nicotine --version | grep Nicotine+
+ ./nicotine --version | grep Nicotine+
# Perform local in-tree unit tests
pytest test/unit