Package Details: linuxthemestore-git 1.0.1-1.0

Git Clone URL: https://aur.archlinux.org/linuxthemestore-git.git (read-only, click to copy)
Package Base: linuxthemestore-git
Description: A Linux desktop app to install linux themes
Upstream URL: https://github.com/debasish-patra-1987/linuxthemestore
Licenses: MIT
Conflicts: linuxthemestore-bin
Provides: linuxthemestore
Submitter: patradebasish
Maintainer: patradebasish
Last Packager: patradebasish
Votes: 1
Popularity: 0.67
First Submitted: 2025-05-27 10:24 (UTC)
Last Updated: 2025-06-04 16:44 (UTC)

Latest Comments

patradebasish commented on 2025-06-04 16:45 (UTC)

@attention_horse : Thanks. Its fixed now.

attention_horse commented on 2025-06-04 14:19 (UTC) (edited on 2025-06-04 14:19 (UTC) by attention_horse)

I had to patch the PKGBUILD for the package to be build:

diff --git a/PKGBUILD b/PKGBUILD
index 7584ec1..d0a8e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,9 @@ sha1sums=('SKIP')

 build() {
   cd "$srcdir/$pkgname"
-  cargo --offline fetch --manifest-path Cargo.toml --verbose
-  cargo --offline build --release --verbose
+  cargo update
+  cargo fetch --manifest-path Cargo.toml --verbose
+  cargo build --release --verbose
 }
 package() {
   cd "$srcdir/$pkgname"