Package Details: moolticute 1.01.0-1

Git Clone URL: https://aur.archlinux.org/moolticute.git (read-only, click to copy)
Package Base: moolticute
Description: Easy companion for Mooltipass device
Upstream URL: https://github.com/mooltipass/moolticute
Licenses: GPL3
Submitter: bobsaintcool
Maintainer: badrobot
Last Packager: lmartinez-mirror
Votes: 5
Popularity: 0.012583
First Submitted: 2017-02-11 18:44 (UTC)
Last Updated: 2023-02-06 18:48 (UTC)

Pinned Comments

lmartinez-mirror commented on 2021-07-23 06:55 (UTC) (edited on 2021-07-23 17:15 (UTC) by lmartinez-mirror)

NOTICE

A friendly reminder to not flag this package as out-of-date unless upstream has published a stable release -- "stable" meaning no -testing tagline of any kind. Thank you!

Latest Comments

1 2 Next › Last »

bananana commented on 2024-02-02 14:57 (UTC)

Patch for upgrade to current release v1.03.0:

diff --git a/PKGBUILD b/PKGBUILD
index b4748b7..d3d4164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Quentin Bourgeois <quentin+archlinux@bourgeois.eu>

 pkgname=moolticute
-pkgver=1.01.0
+pkgver=1.03.0
 pkgrel=1
 pkgdesc="Easy companion for Mooltipass device"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
 depends=('hicolor-icon-theme' 'libusb' 'mooltipass-udev' 'qt5-base' 'qt5-websockets')
 makedepends=('qt5-tools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('97d5802af5e996d11a2a226c9b247d3b3d59a4ff179904e8ea9d508fa2e8c570')
+sha256sums=('870ea8eb446ebf6d13fd080dd4e5abf53e51610e8855c0fd9be7dbc1021a59ee')

 prepare() {
    cd "$pkgname-$pkgver"
@@ -31,7 +31,7 @@ build() {

 check() {
    cd "$pkgname-$pkgver"
-   make test
+   make -C build check
 }

 package() {

gapodo commented on 2022-12-12 12:23 (UTC)

Tested Updating the PKGBUILD to build v1.00.1, built successfully, patch is:

diff --git a/PKGBUILD b/PKGBUILD
index 1f24ee0..51455ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Quentin Bourgeois <quentin+archlinux@bourgeois.eu>

 pkgname=moolticute
-pkgver=1.00.0
+pkgver=1.00.1
 pkgrel=1
 pkgdesc="Easy companion for Mooltipass device"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
        'hicolor-icon-theme')
 makedepends=('qt5-tools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c9ba77dd63c860e54be04c46d5ef377b1f81d4b37a806fa4bf584f76f6b7edbc')
+sha256sums=('4066eab710190fb308b70fa2e0b48e0b9f68fd9e2dba6c2a6aa23e5a66eb5a8f')

 prepare() {
        cd "$pkgname-$pkgver"

bobsaintcool commented on 2021-07-24 09:44 (UTC)

thanks @lmartinez-mirror for taking over ;)

lmartinez-mirror commented on 2021-07-23 06:55 (UTC) (edited on 2021-07-23 17:15 (UTC) by lmartinez-mirror)

NOTICE

A friendly reminder to not flag this package as out-of-date unless upstream has published a stable release -- "stable" meaning no -testing tagline of any kind. Thank you!

bobsaintcool commented on 2021-07-21 21:58 (UTC)

I don't really have time those day for this package, if anyone can take over please :)

bobsaintcool commented on 2018-05-06 11:03 (UTC)

@frankenstein20 should be fixed now!

frankenstein20 commented on 2018-05-05 12:53 (UTC)

@Bobsaintcool: here is the link to the problem... maybe you could help https://github.com/mooltipass/moolticute/issues/277

bobsaintcool commented on 2018-05-04 13:14 (UTC)

I have no idea. The packaged version is the last stable released today, please fill on issue on the upstream project.

frankenstein20 commented on 2018-05-04 10:49 (UTC)

Hallo

i get a message to update in the application but new version is the old version https://ibb.co/iHmheS

What could i do?

bobsaintcool commented on 2017-11-15 00:49 (UTC)

@zoe, thanks! Updated now.