mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
Update dependency list
This commit is contained in:
parent
31cfa294ce
commit
4bef9a2af7
3 changed files with 15 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,13 +1,16 @@
|
|||
pkgbase = rutoken-plugin
|
||||
pkgdesc = The Rutoken plugin is necessary for connecting USB devices with the browser, it allows you to identify devices and work with them.
|
||||
pkgver = 4.5.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.rutoken.ru/support/download/rutoken-plugin/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = unknown
|
||||
depends = findutils
|
||||
depends = sed
|
||||
makedepends = findutils
|
||||
makedepends = sed
|
||||
makedepends = grep
|
||||
makedepends = coreutils
|
||||
makedepends = bash
|
||||
source_i686 = rutoken-plugin-4.5.5.rpm::https://download.rutoken.ru/Rutoken_Plugin/4.5.5.0/Linux/libnpRutokenPlugin-4.5.5-1.i686.rpm
|
||||
sha256sums_i686 = ca9af2f16d1851a67c5803cc87f20bb5c29dcfb93fe9b9124c75d4b1702b0678
|
||||
source_x86_64 = rutoken-plugin-4.5.5.rpm::https://download.rutoken.ru/Rutoken_Plugin/4.5.5.0/Linux/libnpRutokenPlugin-4.5.5-1.x86_64.rpm
|
||||
|
|
|
|||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/src
|
||||
/pkg
|
||||
/*.rpm
|
||||
/*.zst
|
||||
|
||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,16 +2,16 @@
|
|||
|
||||
pkgname=rutoken-plugin
|
||||
pkgver=4.5.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The Rutoken plugin is necessary for connecting USB devices with the browser, it allows you to identify devices and work with them."
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.rutoken.ru/support/download/rutoken-plugin/"
|
||||
license=('unknown')
|
||||
depends=("findutils" "sed")
|
||||
makedepends=("findutils" "sed" "grep" "coreutils" "bash")
|
||||
|
||||
source_x86_64=("${pkgname}-${pkgver}.rpm::https://download.rutoken.ru/Rutoken_Plugin/4.5.5.0/Linux/libnpRutokenPlugin-4.5.5-1.x86_64.rpm")
|
||||
source_x86_64=("${pkgname}-${pkgver}.rpm::https://download.rutoken.ru/Rutoken_Plugin/${pkgver}.0/Linux/libnpRutokenPlugin-${pkgver}-1.x86_64.rpm")
|
||||
sha256sums_x86_64=("1b7a8880653425c3e6ccff565f8ee9dded991bff35dc526f2394886f6cb7580b")
|
||||
source_i686=("${pkgname}-${pkgver}.rpm::https://download.rutoken.ru/Rutoken_Plugin/4.5.5.0/Linux/libnpRutokenPlugin-4.5.5-1.i686.rpm")
|
||||
source_i686=("${pkgname}-${pkgver}.rpm::https://download.rutoken.ru/Rutoken_Plugin/${pkgver}.0/Linux/libnpRutokenPlugin-${pkgver}-1.i686.rpm")
|
||||
sha256sums_i686=("ca9af2f16d1851a67c5803cc87f20bb5c29dcfb93fe9b9124c75d4b1702b0678")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue