Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Packages
Extra
pamac
Commits
64e44726
Commit
64e44726
authored
Nov 02, 2019
by
Helmut Stult
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 9.1.0-1
parent
c6e73113
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 @
64e44726
...
...
@@ -4,10 +4,10 @@
pkgbase
=
pamac
pkgname
=(
'pamac-common'
'pamac-cli'
'pamac-gtk'
'pamac-tray-appindicator'
'pamac-snap-plugin'
)
_pkgver
=
9.
0.2
pkgver
=
9.
0.2
pkgrel
=
2
_commit
=
_pkgver
=
9.
1.0
pkgver
=
9.
1.0
pkgrel
=
1
_commit
=
8389326c083c0900cab9a3993dc758480b4a95ee
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/
v
$pkgver
/pamac-v
$pkgver
.tar.gz"
)
#"pamac-$pkgver-$pkgrel.tar.gz::$url/-/archive/
$_commit/$pkgname-$_commit
.tar.gz")
sha256sums
=(
'
f0800b2215c0c0bb23d44d7fedfcebb87977a4861e611b2ef44527ef7a8fa52c
'
)
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
=(
'
43a15e069cf517f9b007204f45f9f0c36f34c9ec308676017dc0c0c4a42a5331
'
)
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