summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2018-06-04 01:26:42 +0200
committerNarrat2018-06-04 01:26:42 +0200
commit223b6cd4ccba8f30549c40c0d4354d99202915a0 (patch)
tree6721ead2e77441dba1cc18a0339f09aa9ef4105f /PKGBUILD
parent7f8692c16bb873fb05b498ac47f2a64a3060096b (diff)
downloadaur-223b6cd4ccba8f30549c40c0d4354d99202915a0.tar.gz
iptux: Forgot to remove a wrong dep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dc1d473fdc3..4cf7fb0863d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Kevin Guan <KevinGuan.gm@gmail.com>
+# Contributor: Kevin Guan <KevinGuan.gm@gmail.com>
pkgname=iptux
pkgver=0.7.5
@@ -7,7 +7,7 @@ pkgdesc="software for sharing in LAN"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/iptux-src/iptux/"
-depends=(gtk3 gstreamer gst-plugins gst-plugins-good)
+depends=(gtk3 gstreamer gst-plugins-good)
makedepends=(cmake)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/iptux-src/${pkgname}/archive/v${pkgver}.tar.gz)
sha256sums=('37fd2618e888d44b3ddcc21e2d497f0a8dcbdb2adcb23fd137fb8e56d2d46919')