summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864c40675bf1..2a8db5060b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = iptux
makedepends = cmake
depends = gtk3
depends = gstreamer
- depends = gst-plugins
depends = gst-plugins-good
source = iptux-0.7.5.tar.gz::https://github.com/iptux-src/iptux/archive/v0.7.5.tar.gz
sha256sums = 37fd2618e888d44b3ddcc21e2d497f0a8dcbdb2adcb23fd137fb8e56d2d46919
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')