summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kolchenko2021-07-12 17:11:34 +0300
committerAndrey Kolchenko2021-07-12 17:11:34 +0300
commit4bef9a2af70c8e5d661153b04cd4805ffaeea55b (patch)
tree3eab2950cd3a1f8fe6ba48554f00d41a13494ec1
parent31cfa294ce9aca6a42780d8cf322548ca42f7203 (diff)
downloadaur-4bef9a2af70c8e5d661153b04cd4805ffaeea55b.tar.gz
Update dependency list
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7fb089710f..43fc4cb25629 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6ae74bb1d105
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/src
+/pkg
+/*.rpm
+/*.zst
+
diff --git a/PKGBUILD b/PKGBUILD
index 41c9fc72893d..c3da266224e1 100644
--- a/PKGBUILD
+++ b/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() {