Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Adélie Package Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
BTS
BTS
Labels
Merge Requests
32
Merge Requests
32
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
8303ebd6
Verified
Commit
8303ebd6
authored
Mar 09, 2019
by
A. Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/{libreoffice,libsexy,nmap}: Fix URLs
parent
778c943e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
user/libreoffice/APKBUILD
user/libreoffice/APKBUILD
+1
-1
user/libsexy/APKBUILD
user/libsexy/APKBUILD
+1
-1
user/nmap/APKBUILD
user/nmap/APKBUILD
+1
-1
No files found.
user/libreoffice/APKBUILD
View file @
8303ebd6
...
...
@@ -36,7 +36,7 @@ case "$pkgver" in
*
.
*
.
*
)
_ver
=
"
$pkgver
"
;;
esac
pkgdesc
=
"LibreOffice - Meta package for the full office suite"
url
=
"http://www.libreoffice.org/"
url
=
"http
s
://www.libreoffice.org/"
# While the metapackage technically is empty and should be "noarch", there's
# no easy way to change this to noarch and then change all of the subpackages
# to have the correct arch. Setting $arch in a split function is forbidden,
...
...
user/libsexy/APKBUILD
View file @
8303ebd6
...
...
@@ -3,7 +3,7 @@ pkgname=libsexy
pkgver
=
0.1.11
pkgrel
=
9
pkgdesc
=
"Doing naughty things to good widgets"
url
=
"http
://chipx86.com/wiki/Libsexy
"
url
=
"http
s://blog.chipx86.com/tag/libsexy/
"
arch
=
"all"
options
=
"!check"
# Tests require manual intervention and X11 display.
license
=
"LGPL-2.1+"
...
...
user/nmap/APKBUILD
View file @
8303ebd6
...
...
@@ -3,7 +3,7 @@ pkgname=nmap
pkgver
=
7.70
pkgrel
=
0
pkgdesc
=
"A network exploration tool and security/port scanner"
url
=
"http
://nmap.org
"
url
=
"http
s://nmap.org/
"
arch
=
"all"
license
=
"GPL-2.0-only"
depends
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment