Package Details: ocs-url 3.1.0-7

Git Clone URL: https://aur.archlinux.org/ocs-url.git (read-only, click to copy)
Package Base: ocs-url
Description: An install helper program for items served via OpenCollaborationServices (ocs://).
Upstream URL: https://www.opencode.net/dfn2/ocs-url
Licenses: GPL3
Conflicts: xdgurl
Provides: xdgurl
Submitter: oberon2007
Maintainer: Pol_M
Last Packager: Pol_M
Votes: 66
Popularity: 0.96
First Submitted: 2017-03-07 11:46 (UTC)
Last Updated: 2021-12-20 20:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Pol_M commented on 2020-05-08 11:55 (UTC)

It seems like it was a temporary issue, I'm having no trouble building the package.

Pol_M commented on 2020-05-08 11:40 (UTC)

I'm on it.

mittyta commented on 2020-05-08 10:22 (UTC)

Always have this error:


fatal: unable to access 'https://www.opencode.net/dfn2/ocs-url.git/': Failed to connect to www.opencode.net port 443: Connection timed out
==> ERROR: Failure while downloading ocs-url git repo
    Aborting...
I don't really need this update, just tired of notification icon "1 available update".

abdulhakeem commented on 2020-04-21 13:48 (UTC)

@Pol_M Thanks!

Pol_M commented on 2020-04-20 16:40 (UTC)

You are using an AUR helper. Be aware that this is usually taken very badly by AUR maintainers, especially if the error comes from said helper. That is the case here. Yay does not remove git repos if the repo changes. Just rm -r /home/username/.cache/yay/ocs-url. Have a nice day!

abdulhakeem commented on 2020-04-20 16:32 (UTC)

Getting this error when trying to update package:

==> ERROR: /home/username/.cache/yay/ocs-url/ocs-url is not a clone of https://www.opencode.net/dfn2/ocs-url.git Aborting...

buzanovn commented on 2020-04-19 10:59 (UTC) (edited on 2020-04-19 10:59 (UTC) by buzanovn)

Link to the repo is dead again. Changing PKGBUILD the way below helped:

diff --git a/PKGBUILD b/PKGBUILD
index 54dd2fe..3b7474e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.1.0
 pkgrel=6
 pkgdesc='An install helper program for items served via OpenCollaborationServices (ocs://).'
 arch=('x86_64')
-url="https://www.opencode.net/akiraohgaki/$pkgname"
+url="https://github.com/Acidburn0zzz/ocs-urls"
 license=('GPL3')
 depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0')
 makedepends=('git')
@@ -20,18 +20,18 @@ sha256sums=('SKIP'
        'c80a519c8caa7c1ebb9cc26374f25c7681f5740d64a4d88ffaf495e077e234fc')

 prepare() {
-    cd $pkgname
+    cd ocs-urls
     patch --forward --strip=1 --input="${srcdir}/new-version-format.patch"
     ./scripts/prepare
 }

 build() {
-    cd $pkgname
+    cd ocs-urls
     qmake PREFIX="/usr"
     make
 }

 package() {
-    cd $pkgname
+    cd ocs-urls
     make INSTALL_ROOT=$pkgdir install
 }

Pol_M commented on 2020-04-06 11:25 (UTC)

It looks like it is, yes

AlexParkhomenko commented on 2020-04-06 10:56 (UTC)

https://github.com/Acidburn0zzz/ocs-urls/archive/release-3.1.0.tar.gz is ok?

Pol_M commented on 2020-02-13 10:54 (UTC)

I'll fix it today :)