Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Replace chaotic-kf5-dummy to remove it smoothly for the kf6 release #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
pkgbase = chaotic-keyring
pkgdesc = Chaotic-AUR PGP keyring
pkgver = 20220803
pkgver = 20240206
pkgrel = 1
url = https://aur.chaotic.cx
install = chaotic-keyring.install
arch = any
license = GPL
depends = archlinux-keyring
optdepends = pkgstats: install to submit package usage statistics
source = keyring-20220803-1.tar.gz::https://github.com/chaotic-aur/keyring/archive/20220803-1.tar.gz
sha512sums = faa9805dfdaf7cb809fe186d85724964f0ff7304008dd0d9e7379ae5649a103971ecd653326abca77092a6395b62da94eedc144c15679ac4c4b920229ebe23e8
replaces = chaotic-kf5-dummy
source = keyring-20240206-1.tar.gz::https://github.com/chaotic-aur/keyring/archive/20240206-1.tar.gz
sha512sums = dbdd8f939ec6ebc654a64603adb7a03d59845eed2fbd84957a3dd62e26b2828481026667437bcccdc74cef2173a9ed61bb44e5193d05c678a0c77d871be5c44e

pkgname = chaotic-keyring
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
# Thanks for archlinuxcn's package that I've used as template!

pkgname='chaotic-keyring'
pkgver='20230616'
pkgver='20240206'
pkgrel=1
pkgdesc='Chaotic-AUR PGP keyring'
arch=('any')
url='https://aur.chaotic.cx'
license=('GPL')
depends=('archlinux-keyring')
replaces=('chaotic-kf5-dummy')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove replaces. Toolbox will disable it. Can be added during a manual rebuild. Method can be discussed privately.

optdepends=('pkgstats: install to submit package usage statistics')
install=$pkgname.install
source=("keyring-$pkgver-$pkgrel.tar.gz::https://github.com/chaotic-aur/keyring/archive/$pkgver-$pkgrel.tar.gz")
sha512sums=('faa9805dfdaf7cb809fe186d85724964f0ff7304008dd0d9e7379ae5649a103971ecd653326abca77092a6395b62da94eedc144c15679ac4c4b920229ebe23e8')
sha512sums=('dbdd8f939ec6ebc654a64603adb7a03d59845eed2fbd84957a3dd62e26b2828481026667437bcccdc74cef2173a9ed61bb44e5193d05c678a0c77d871be5c44e')

package() {
cd "$srcdir/keyring-$pkgver-$pkgrel"
Expand Down