Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
syndicationd


Commits:
41e9c964 by Orhun Parmaksız at 2024-04-18T13:47:26+03:00
upgpkg: 0.2.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = syndicationd
        pkgdesc = A TUI feed viewer
-       pkgver = 0.1.10
+       pkgver = 0.2.2
        pkgrel = 1
        url = https://github.com/ymgyt/syndicationd
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = syndicationd
        makedepends = cargo
        depends = gcc-libs
        options = !lto
-       source = 
syndicationd-0.1.10.tar.gz::https://github.com/ymgyt/syndicationd/archive/synd-term-v0.1.10.tar.gz
-       sha256sums = 
fa303484e0f4aab1c6d09faa88119c05c6331e3f5df8c3fc9ed4264f1a776758
+       source = 
syndicationd-0.2.2.tar.gz::https://github.com/ymgyt/syndicationd/archive/synd-term-v0.2.2.tar.gz
+       sha256sums = 
a7e42160bb934c269d928d74eac37adf95fa9315cde70aa65e86b374deb837e5
 
 pkgname = syndicationd


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=syndicationd
 _pkgname=synd-term
-pkgver=0.1.10
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="A TUI feed viewer"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgname-v$pkgver.tar.gz")
-sha256sums=('fa303484e0f4aab1c6d09faa88119c05c6331e3f5df8c3fc9ed4264f1a776758')
+sha256sums=('a7e42160bb934c269d928d74eac37adf95fa9315cde70aa65e86b374deb837e5')
 options=('!lto')
 
 prepare() {
@@ -21,12 +21,12 @@ prepare() {
 
 build() {
   cd "$pkgname-$_pkgname-v$pkgver"
-  cargo build --release --frozen
+  RUSTFLAGS="--cfg tokio_unstable" cargo build --release --frozen
 }
 
 check() {
   cd "$pkgname-$_pkgname-v$pkgver"
-  cargo test --frozen
+  RUSTFLAGS="--cfg tokio_unstable" cargo test --frozen
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syndicationd/-/commit/41e9c9641639ca8d967778ddcbdb4546d4dc374a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syndicationd/-/commit/41e9c9641639ca8d967778ddcbdb4546d4dc374a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to