Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
pacman-mirrors
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Core
pacman-mirrors
Commits
a1ef55de
Commit
a1ef55de
authored
Jun 28, 2018
by
Frede Hundewadt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added .gitignore
rebuild with conflict for the pacman-mirrors-dev package
parent
a940908d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
PKGBUILD
PKGBUILD
+2
-2
No files found.
.gitignore
0 → 100644
View file @
a1ef55de
pacman-mirrors
\ No newline at end of file
PKGBUILD
View file @
a1ef55de
...
@@ -6,7 +6,7 @@ _branch=v4.11.x-stable
...
@@ -6,7 +6,7 @@ _branch=v4.11.x-stable
_date
=
$(
date
+%Y%m%d
)
_date
=
$(
date
+%Y%m%d
)
pkgname
=
pacman-mirrors
pkgname
=
pacman-mirrors
pkgver
=
4.11.0
pkgver
=
4.11.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Manjaro Linux mirror list for use by pacman"
pkgdesc
=
"Manjaro Linux mirror list for use by pacman"
arch
=(
'any'
)
arch
=(
'any'
)
depends
=(
'python'
'python-npyscreen'
)
depends
=(
'python'
'python-npyscreen'
)
...
@@ -14,7 +14,7 @@ makedepends=('git' 'python-babel' 'python-setuptools')
...
@@ -14,7 +14,7 @@ makedepends=('git' 'python-babel' 'python-setuptools')
optdepends
=(
'gtk3: for interactive mode (GUI)'
optdepends
=(
'gtk3: for interactive mode (GUI)'
'python-gobject: for interactive mode (GUI)'
)
'python-gobject: for interactive mode (GUI)'
)
url
=
"https://gitlab.manjaro.org/applications/pacman-mirrors.git"
url
=
"https://gitlab.manjaro.org/applications/pacman-mirrors.git"
conflicts
=(
'pacman-mirrorlist'
'pacman-mirrorlist'
)
conflicts
=(
'pacman-mirrorlist'
'pacman-mirrorlist'
'pacman-mirrors-dev'
)
replaces
=(
'pacman-mirrorlist'
'pacman-mirrorlist'
)
replaces
=(
'pacman-mirrorlist'
'pacman-mirrorlist'
)
provides
=(
"pacman-mirrorlist=
$_date
"
)
provides
=(
"pacman-mirrorlist=
$_date
"
)
license
=(
'GPL'
)
license
=(
'GPL'
)
...
...
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