summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=(