Package Details: qownnotes 25.6.0-1

Git Clone URL: https://aur.archlinux.org/qownnotes.git (read-only, click to copy)
Package Base: qownnotes
Description: Plain-text file markdown note taking with Nextcloud/ownCloud integration. This package is the "official" release of QOwnNotes on AUR.
Upstream URL: https://www.qownnotes.org/
Keywords: markdown Nextcloud note-taking notepad ownCloud qt5 todo-list
Licenses: GPL2
Submitter: Midov
Maintainer: pbek
Last Packager: pbek
Votes: 137
Popularity: 0.146933
First Submitted: 2015-11-07 14:02 (UTC)
Last Updated: 2025-06-01 19:30 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 Next › Last »

computerfr33k commented on 2016-07-13 14:29 (UTC)

Validating source files with sha256sums... qownnotes-16.07.4.tar.xz ... FAILED

pbek commented on 2016-07-05 08:55 (UTC)

Thank you for the report, alium. I missed a new icon path. It should be fixed now, please try again.

alium commented on 2016-07-05 08:47 (UTC)

can not build: install: can not found information about 'images/icons/128x128/QOwnNotes.png': No such file or directory

pbek commented on 2016-05-17 09:57 (UTC)

Thank you! It seems that curl with "-L" is used in the default config...

di72nn commented on 2016-05-17 09:54 (UTC)

The package is fine. Following redirects is enabled by default in the official pacman package: https://git.archlinux.org/svntogit/packages.git/tree/trunk/makepkg.conf?h=packages/pacman

pbek commented on 2016-05-16 17:31 (UTC)

strange that no one else seems to have that problem... we'll see

snuffop commented on 2016-05-16 17:16 (UTC)

vanilla from the default built manually from the live CD/USB because I have just heard about the evolution installer.

pbek commented on 2016-05-16 14:56 (UTC)

Ah, very nice! Thank you for researching! btw. what flavor of Arch are you using?

snuffop commented on 2016-05-16 14:39 (UTC)

SOLUTION: Following Sourceforge redirects diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 286e2a8..c3b7cc0 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -8,9 +8,9 @@ # #-- The download utilities that makepkg should use to acquire sources # Format: 'protocol::agent' -DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u' - 'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u' - 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' +DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' + 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' + 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync -z %u %o' 'scp::/usr/bin/scp -C %u %o')

pbek commented on 2016-05-16 12:29 (UTC)

What happens if you do a "wget http://downloads.sourceforge.net/project/qownnotes/src/qownnotes-16.05.12.tar.xz"? It seems that the default package downloader on your Arch system doesn't follow HTTP redirects. Do you have any idea if you could turn on "follow redirects" on your system? curl needs a "-L" for that, wget does it by default. Alternatively you could use the binary repository: http://www.qownnotes.org/installation#Arch