summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 07:49:21 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 07:49:21 -0300
commit97ecf9349c86a16eb67488e38be71e7acab651e2 (patch)
tree79bce6484dae93c616a7514c1dede98e59f9031b /pcr
parent594346c73fb352d9e7d9f11decace09f8aca447f (diff)
parent33a03f53dfc38d5d2e68dc429573098afb3ba456 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr')
-rw-r--r--pcr/miniupnpd/PKGBUILD10
-rw-r--r--pcr/smtube/PKGBUILD22
2 files changed, 4 insertions, 28 deletions
diff --git a/pcr/miniupnpd/PKGBUILD b/pcr/miniupnpd/PKGBUILD
index da6f373c9..e88427488 100644
--- a/pcr/miniupnpd/PKGBUILD
+++ b/pcr/miniupnpd/PKGBUILD
@@ -1,8 +1,8 @@
# $Id$
# Maintainer: fauno <fauno@parabola.nu>
pkgname=miniupnpd
-pkgver=1.8.20130503
-pkgrel=3
+pkgver=1.8.20130607
+pkgrel=1
pkgdesc="Lightweight UPnP IGD daemon"
arch=('i686' 'x86_64' 'mips64el')
url="http://miniupnp.free.fr"
@@ -12,8 +12,6 @@ depends=('libnfnetlink' 'iptables>=1.4.3' 'net-tools')
makedepends=('lsb-release')
source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz"
miniupnpd.systemd)
-md5sums=('484dbda7c428b2d5f3768500a48d3375'
- '0c3f1777b6c043dd5029092d62896660')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -41,5 +39,5 @@ package() {
cd "$pkgdir"
mv usr/sbin usr/bin
}
-md5sums=('484dbda7c428b2d5f3768500a48d3375'
- 'f862f79b673359adc80faf0be914394f')
+md5sums=('55688b5eb5025095b1da49f841e62792'
+ '0c3f1777b6c043dd5029092d62896660')
diff --git a/pcr/smtube/PKGBUILD b/pcr/smtube/PKGBUILD
deleted file mode 100644
index d54983bb0..000000000
--- a/pcr/smtube/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-pkgname=smtube
-pkgver=1.7
-pkgrel=1
-pkgdesc="Search and download videos from YouTube"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net"
-license=('GPL')
-depends=('qt4' 'smplayer')
-source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
-
-md5sums=('d9a954e1b337f0c850dcfc6063255056')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 PREFIX="/usr"
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 PREFIX="/usr" DESTDIR="$pkgdir" install
-} \ No newline at end of file