Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pamac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Extra
pamac
Commits
2b7a2232
Commit
2b7a2232
authored
Jan 01, 2020
by
Philip Müller
Browse files
Options
Browse Files
Download
Plain Diff
[pkg-upd] 9.2.2-1
parents
e13326cc
34dc9969
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
PKGBUILD
PKGBUILD
+8
-8
No files found.
PKGBUILD
View file @
2b7a2232
...
...
@@ -4,10 +4,10 @@
pkgbase
=
pamac
pkgname
=(
'pamac-common'
'pamac-cli'
'pamac-gtk'
'pamac-tray-appindicator'
'pamac-snap-plugin'
)
_pkgver
=
9.2.
0
pkgver
=
9.2.
0
pkgrel
=
1
.1
_commit
=
807615526b136a4b2cb5080c1815ee3cd6700f85
_pkgver
=
9.2.
2
pkgver
=
9.2.
2
pkgrel
=
1
_commit
=
pkgdesc
=
"A Package Manager based on libalpm with AUR and Appstream support"
arch
=(
'i686'
'x86_64'
)
url
=
"https://gitlab.manjaro.org/applications/pamac"
...
...
@@ -19,12 +19,12 @@ makedepends=('gettext' 'meson' 'vala>=0.36.6' 'libappindicator-gtk3' 'gobject-in
'gtk3>=3.22'
'snapd'
'snapd-glib'
)
options
=(!
emptydirs
)
source
=(
"pamac-
$pkgver
-
$pkgrel
.tar.gz::
$url
/-/archive/
$_commit
/
$pkgname
-
$_commit
.tar.gz"
)
#
"pamac-$pkgver-$pkgrel.tar.gz::$url/-/archive/v$pkgver/pamac-v$pkgver.tar.gz")
sha256sums
=(
'
b37d9ac536571b7f19162f353bee52609e6ced49a50c9fbde717941515c30cb3
'
)
source
=(
#
"pamac-$pkgver-$pkgrel.tar.gz::$url/-/archive/$_commit/$pkgname-$_commit.tar.gz")
"pamac-
$pkgver
-
$pkgrel
.tar.gz::
$url
/-/archive/v
$pkgver
/pamac-v
$pkgver
.tar.gz"
)
sha256sums
=(
'
86217be354f192ac196f630cbce6dba03ade7972e0d5dafdb02f7aa506b55540
'
)
prepare
()
{
mv
"
$srcdir
/pamac-
$_commit
"
"
$srcdir
/pamac-v
$_pkgver
"
#
mv "$srcdir/pamac-$_commit" "$srcdir/pamac-v$_pkgver"
cd
"
$srcdir
/pamac-v
$_pkgver
"
# patches here
...
...
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