summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkedap2021-11-26 18:23:57 -0600
committerkedap2021-11-26 18:23:57 -0600
commit637cc14b92b96a6483928bc486e5561c53540fe8 (patch)
tree33f39cbd7a6a1c814bb9533d03b11d30e6d0bec8
parent9428ab0d40035556e5aa0402753ab4224cc1d22f (diff)
downloadaur-637cc14b92b96a6483928bc486e5561c53540fe8.tar.gz
updating sensei
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f174772e7ac..b4d7998a27e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sensei-git
pkgdesc = Sensei is a simple command line tool to open documentation for any crate in crates.io.
pkgver = 1.2.8.151.94aeae1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/edfloreshz/sensei
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5a6b0021bf16..22a7f326d9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Kedap <kedap.dev at protonmail dot com>
+
pkgname=sensei-git
_pkgname=sensei
pkgver=1.2.8.151.94aeae1
-pkgrel=1
+pkgrel=2
pkgdesc="Sensei is a simple command line tool to open documentation for any crate in crates.io."
arch=('i686' 'x86_64') # Delimited for cargo/rustc
url="https://github.com/edfloreshz/sensei"
@@ -10,7 +11,7 @@ license=('GPL2')
depends=()
makedepends=('cargo' 'git')
provides=('sns')
-conflicts=(sensei sns)
+conflicts=('sensei' 'sns')
source=("sensei::git+https://github.com/edfloreshz/sensei.git")
sha256sums=('SKIP')