summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Toia2018-07-26 00:03:20 -0700
committerAlessandro Toia2018-07-26 00:03:20 -0700
commitdf5371f809e55c3d2ed61b8e0c22b555deb8a61f (patch)
treed25115dbcb3e77c5d7ee5c985587f2b02e7ffdad
parentbefcd72ab26272c5bdb1889d296b51ab6a7597c5 (diff)
downloadaur-df5371f809e55c3d2ed61b8e0c22b555deb8a61f.tar.gz
Removed vte as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e84d48addd7..d969d1e0deef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ddgtk
- pkgdesc = A fronted Gui to dd for making bootable usb disks
+ pkgdesc = A frontend Gui to dd for making bootable usb disks
pkgver = 0.1.r3.g5b25b7c
pkgrel = 1
url = https://github.com/gort818/ddgtk
@@ -10,7 +10,6 @@ pkgbase = ddgtk
depends = python3
depends = python-gobject
depends = gtk3
- depends = vte
provides = ddgtk
conflicts = ddgtk
source = ddgtk::git+https://github.com/gort818/ddgtk#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index c8d6ad1a8211..9e293ead7a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=ddgtk
pkgver=0.1.r3.g5b25b7c
pkgrel=1
-pkgdesc='A fronted Gui to dd for making bootable usb disks'
+pkgdesc='A frontend Gui to dd for making bootable usb disks'
arch=('any')
license=('GPL3')
url="https://github.com/gort818/${pkgname%-git}"
-depends=('python3' 'python-gobject' 'gtk3' 'vte')
+depends=('python3' 'python-gobject' 'gtk3')
makedepends=('git' 'meson')
source=('ddgtk::git+https://github.com/gort818/ddgtk#branch=master')
sha1sums=('SKIP')