summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13f29d1f545..bbb620d772af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tunet-rust-git
pkgdesc = A Tsinghua University network authentication client for Linux, written in Rust. 清华大学校园网 Rust 客户端
- pkgver = 0.9.0.r3.g520da2d
+ pkgver = 0.9.1.r41.g6b402dd
pkgrel = 1
url = https://github.com/Berrysoft/tunet-rust
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = tunet-rust-git
depends = openssl
depends = freetype2
depends = hicolor-icon-theme
+ provides = tunet-rust
+ conflicts = tunet-rust
source = git+https://github.com/Berrysoft/tunet-rust.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b27114b61038..3b893a45dacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tunet-rust-git
_pkgname=tunet-rust
-pkgver=0.9.0.r3.g520da2d
+pkgver=0.9.1.r41.g6b402dd
pkgrel=1
pkgdesc="A Tsinghua University network authentication client for Linux, written in Rust. 清华大学校园网 Rust 客户端"
url="https://github.com/Berrysoft/tunet-rust"
@@ -10,6 +10,8 @@ arch=('x86_64' 'aarch64')
license=('MIT')
depends=('openssl' 'freetype2' 'hicolor-icon-theme')
makedepends=('git' 'cargo')
+conflicts=("${_pkgname}")
+provides=("${_pkgname}")
source=("git+${url}.git")
sha512sums=('SKIP')