summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPommeDroid2019-08-15 21:52:53 +0200
committerPommeDroid2019-08-15 21:52:53 +0200
commita27d44f8ca8a4d28f5b2793988c6477a1379c6da (patch)
treeded079169e258fb65f85eb3e544f16679a9b767e
parent62fee7018dfdf0e21084083628a61f0c06acdf1c (diff)
downloadaur-a27d44f8ca8a4d28f5b2793988c6477a1379c6da.tar.gz
Fix missing dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db08dfc456ee..2ca9b60731aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dreampower
pkgdesc = CLI application that allow to transform photos of people for private entertainment - With CUDA support
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/private-dreamnet/dreampower
arch = x86_64
license = GPL3
@@ -9,7 +9,10 @@ pkgbase = dreampower
makedepends = python
makedepends = python-virtualenv
makedepends = python-pip
+ makedepends = tk
+ makedepends = libsm
depends = dreampower-checkpoints
+ depends = libxrender
provides = dreampower
conflicts = dreampower-cpu
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 9cf33491f7e5..556ec5eaab8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dreampower
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='CLI application that allow to transform photos of people for private entertainment - With CUDA support'
arch=('x86_64')
options=(!strip)
url='https://github.com/private-dreamnet/dreampower'
license=('GPL3')
-depends=('dreampower-checkpoints')
-makedepends=('git' 'python' 'python-virtualenv' 'python-pip')
+depends=('dreampower-checkpoints' 'libxrender')
+makedepends=('git' 'python' 'python-virtualenv' 'python-pip' 'tk' 'libsm')
provides=('dreampower')
conflicts=('dreampower-cpu')
source=(