Skip to content

Commit

Permalink
libpamac-aur: Sync
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Sep 3, 2024
1 parent 264c65a commit d0efe26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions libpamac-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = libpamac-aur
pkgdesc = Pamac package manager library based on libalpm
pkgver = 11.6.4
pkgrel = 1
pkgrel = 3
url = https://gitlab.manjaro.org/applications/libpamac
install = pamac.install
arch = i686
Expand All @@ -10,7 +10,7 @@ pkgbase = libpamac-aur
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL3
license = GPL-3.0-or-later
makedepends = gettext
makedepends = itstool
makedepends = vala>=0.46
Expand All @@ -25,23 +25,23 @@ pkgbase = libpamac-aur
depends = dbus-glib
depends = polkit
depends = vte3>=0.38
depends = libalpm.so
depends = libalpm.so=14
depends = libnotify
depends = pacman>=6.0
depends = pacman<6.1
depends = pacman>=6.1
depends = pacman<6.2
depends = gnutls>=3.4
depends = appstream
depends = appstream-glib>=0.7.18-1
depends = archlinux-appstream-data
depends = git
depends = flatpak
provides = libpamac
provides = libpamac=11.6.4
conflicts = libpamac
conflicts = libpamac-all
options = !emptydirs
options = !strip
backup = etc/pamac.conf
source = libpamac-11.6.4-1.tar.gz::https://gitlab.manjaro.org/applications/libpamac/-/archive/dff0d861a492e0dcbfb03b134cf737e627315d52/libpamac-dff0d861a492e0dcbfb03b134cf737e627315d52.tar.gz
source = libpamac-11.6.4-3.tar.gz::https://gitlab.manjaro.org/applications/libpamac/-/archive/dff0d861a492e0dcbfb03b134cf737e627315d52/libpamac-dff0d861a492e0dcbfb03b134cf737e627315d52.tar.gz
source = fix-appstream-data.sh
source = fix-appstream-data.hook
source = https://github.com/vnepogodin/my-patches/raw/develop/libpamac/0001-add-arches-from-pacman-func-call.patch
Expand Down
12 changes: 6 additions & 6 deletions libpamac-aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENABLE_SNAPD=0

pkgname=libpamac-aur
pkgver=11.6.4
pkgrel=1
pkgrel=3
_pkgfixver=$pkgver

_commit='dff0d861a492e0dcbfb03b134cf737e627315d52'
Expand All @@ -18,15 +18,15 @@ sha256sums=('965ea2c39b3999bb0ac5ec75da150d43fdd35deb02c0c113deef84e96ee636de'
pkgdesc="Pamac package manager library based on libalpm"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/libpamac"
license=(GPL-3.0-or-later)
depends=('glib2>=2.42' 'json-glib' 'libsoup3' 'dbus-glib' 'polkit' 'vte3>=0.38' 'libalpm.so'
'libnotify' 'pacman>=6.0' 'pacman<6.1' 'gnutls>=3.4' 'appstream'
license=('GPL-3.0-or-later')
depends=('glib2>=2.42' 'json-glib' 'libsoup3' 'dbus-glib' 'polkit' 'vte3>=0.38' 'libalpm.so=14'
'libnotify' 'pacman>=6.1' 'pacman<6.2' 'gnutls>=3.4' 'appstream'
'appstream-glib>=0.7.18-1' 'archlinux-appstream-data' 'git')

makedepends=('gettext' 'itstool' 'vala>=0.46' 'asciidoc' 'meson' 'ninja' 'gobject-introspection' 'systemd')
backup=('etc/pamac.conf')
conflicts=('libpamac' 'libpamac-all')
provides=('libpamac')
provides=("libpamac=$pkgver")
options=(!emptydirs !strip)
install=pamac.install
source=("libpamac-$pkgver-$pkgrel.tar.gz::$url/-/archive/$_commit/libpamac-$_commit.tar.gz"
Expand Down Expand Up @@ -78,7 +78,7 @@ package() {
DESTDIR="$pkgdir" ninja install
# fix appstream issue
install -Dm644 "$srcdir/fix-appstream-data.hook" "$pkgdir/etc/pacman.d/hooks/fix-appstream-data.hook"
install -Dm755 "$srcdir/fix-appstream-data.sh" "$pkgdir/etc/pacman.d/hooks.bin/fix-appstream-data.sh"
install -Dm755 "$srcdir/fix-appstream-data.sh" "$pkgdir/etc/pacman.d/hooks.bin/fix-appstream-data.sh"
create_links

}
Expand Down

0 comments on commit d0efe26

Please sign in to comment.