diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2019-10-17 13:42:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 13:42:05 +0100 |
commit | 0f13a485f625157b006b85e0bd5806b8363a3d84 (patch) | |
tree | 85b4de9e2252504aab4d5cf56fe635931bb077dc | |
parent | Fixed escaping (diff) | |
download | komodo-master.tar.gz komodo-master.tar.bz2 komodo-master.zip |
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD index a544f92..ce4a370 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="Komodo Manchester Debugger" arch=('i386' 'x86_64') url="http://brej.org/kmd/" license=('GPL') -# depends=('gtk>=1.2.0' 'glib>=1.2.0') +depends=('gtk>=1.2.0' 'glib>=1.2.0') makedepends=() provides=('kmd') |