mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to 1.1.1
This commit is contained in:
parent
5e735a4092
commit
f4f732e985
1 changed files with 5 additions and 7 deletions
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Anysets <anysets@qq.com>
|
||||
pkgname=amber-pm-store
|
||||
pkgver=1.0.4
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Get apps and run in Amber-PM container"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -10,18 +10,16 @@ url="https://github.com/elysia-best/apm-app-store"
|
|||
license=('custom')
|
||||
depends=('amber-package-manager' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux' 'libsecret' 'shared-mime-info')
|
||||
|
||||
|
||||
# source=("$pkgname-$pkgver.tar.gz::https://gitee.com/amber-ce/amber-pm-store/repository/archive/${pkgver}.tar.gz")
|
||||
# source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://gitee.com/spark-store-project/apm-store/repository/archive/0.0.3.zip")
|
||||
# source=("$pkgname-$pkgver.tar.gz::https://gitee.com/amber-ce/amber-pm-store/repository/archive/${pkgver}.tar.gz")
|
||||
source_x86_64=("$pkgname-$pkgver.deb::https://github.com/elysia-best/apm-app-store/releases/download/v${pkgver}/apm-store_${pkgver}_linux_amd64.deb")
|
||||
source_aarch64=("$pkgname-$pkgver.deb::https://github.com/elysia-best/apm-app-store/releases/download/v${pkgver}/apm-store_${pkgver}_linux_arm64.deb")
|
||||
sha256sums_x86_64=('30d9877d5198020d1d1739bfe090af41bfa3e4af983704df063f4f7ae758f744')
|
||||
sha256sums_aarch64=('30d9877d5198020d1d1739bfe090af41bfa3e4af983704df063f4f7ae758f744')
|
||||
source_x86_64=("https://github.com/elysia-best/apm-app-store/releases/download/v${pkgver}/apm-store_${pkgver}_linux_amd64.deb")
|
||||
source_aarch64=("https://github.com/elysia-best/apm-app-store/releases/download/v${pkgver}/apm-store_${pkgver}_linux_arm64.deb")
|
||||
sha256sums_x86_64=('02c3284ab13cd61cf55b3dfce11b2a43be8e08d9ccc2959c4a58f835be45228e')
|
||||
sha256sums_aarch64=('e83951d246d6005b391c7d0eda5a9e471f8a728f922756202b44439a9d8928a9')
|
||||
install=amber-pm-store.install
|
||||
|
||||
package() {
|
||||
# cd "$srcdir/amber-pm-store-${pkgver}/src"
|
||||
bsdtar -xf data.tar.xz -C "${pkgdir}/"
|
||||
|
||||
install -Dm644 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue