summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-01-16 16:51:27 +0000
committerDaniel Bermond2021-01-16 16:51:27 +0000
commitb351875b1e930101dd4dd736f6e621823424c2ec (patch)
tree3f162ecb689c0555cd57f8d55bab2cf3347c4db6
parentba0b801650891a4841e100b7df04995f6c2678f1 (diff)
downloadaur-kitematic.tar.gz
Update dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e289d4b302d2..9de8d9ab1065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kitematic
pkgdesc = Visual Docker Container Management
pkgver = 0.17.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/docker/kitematic/
arch = x86_64
license = Apache
@@ -9,16 +9,12 @@ pkgbase = kitematic
makedepends = npm
makedepends = grunt-cli
depends = docker
+ depends = gtk3
depends = nodejs
- depends = glib2
- depends = hicolor-icon-theme
depends = nss
depends = libxss
- depends = libxtst
- depends = gtk2
- depends = gconf
- depends = alsa-lib
- source = kitematic-0.17.13.tar.gz::https://github.com/docker/kitematic/archive/v0.17.13.tar.gz
+ depends = hicolor-icon-theme
+ source = https://github.com/docker/kitematic/archive/v0.17.13/kitematic-0.17.13.tar.gz
source = kitematic.desktop
source = kitematic.svg
sha256sums = fb22f98bb775ccb42ba29b3432b14cb5bae9cc1f1fb816990d73cf6d609f05da
diff --git a/PKGBUILD b/PKGBUILD
index 7a45907b8b3d..92f58b92268f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=kitematic
pkgver=0.17.13
-pkgrel=1
+pkgrel=2
pkgdesc='Visual Docker Container Management'
arch=('x86_64')
url='https://github.com/docker/kitematic/'
license=('Apache')
-depends=('docker' 'nodejs' 'glib2' 'hicolor-icon-theme'
- 'nss' 'libxss' 'libxtst' 'gtk2' 'gconf' 'alsa-lib')
+depends=('docker' 'gtk3' 'nodejs' 'nss' 'libxss' 'hicolor-icon-theme')
makedepends=('git' 'npm' 'grunt-cli')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/docker/kitematic/archive/v${pkgver}.tar.gz"
+source=("https://github.com/docker/kitematic/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'kitematic.desktop'
'kitematic.svg')
sha256sums=('fb22f98bb775ccb42ba29b3432b14cb5bae9cc1f1fb816990d73cf6d609f05da'