[arch-commits] Commit in debian-archive-keyring/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 23 06:51:04 UTC 2021
Date: Sunday, May 23, 2021 @ 06:51:04
Author: felixonmars
Revision: 942868
upgpkg: debian-archive-keyring 2021.1.1-1
Modified:
debian-archive-keyring/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 06:44:21 UTC (rev 942867)
+++ PKGBUILD 2021-05-23 06:51:04 UTC (rev 942868)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=debian-archive-keyring
-pkgver=2019.1
-pkgrel=2
+pkgver=2021.1.1
+pkgrel=1
pkgdesc="GnuPG archive keys of the Debian archive"
arch=('any')
url="https://packages.debian.org/sid/debian-archive-keyring"
@@ -10,15 +10,15 @@
depends=('gnupg')
makedepends=('jetring')
source=("https://mirrors.kernel.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz")
-sha512sums=('9d0e56d728288e48f57fcefd7e95edfca6b7647f9d65208f6b4cae46e3635b0e5aa00de621d383072a2b047a7eb9b81097ea37975a15cdf4ca88e232c43c222c')
+sha512sums=('338b410233d71d5c5c87d92cc154b98932f04f33e487d9d0000de3dcaa7816763161130f6cd5b6f8baabe527f6b60c6228c4f6ab60d268672fdd294575c0d9f7')
build() {
- cd $pkgname
+ cd $pkgname-$pkgver
make -j1
}
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list