summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 944ac3a1d31a..4cca54c87397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 09:42:05 UTC 2017
+# Sat Feb 11 20:04:39 UTC 2017
pkgbase = minitube-aur
pkgdesc = A youtube client that does not need flash
pkgver = 2.6
- pkgrel = 2
+ pkgrel = 3
url = http://flavio.tordini.org/minitube
install = minitube-aur.install
- arch = i686
arch = x86_64
license = gpl3
depends = phonon-qt5
depends = qt5-declarative
depends = hicolor-icon-theme
conflicts = minitube
- source = http://flavio.tordini.org/files/minitube/minitube64.deb
+ source = http://flavio.tordini.org/files/minitube/minitube.deb
md5sums = SKIP
pkgname = minitube-aur
diff --git a/PKGBUILD b/PKGBUILD
index 79363dfee1df..b7c86d0a29f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,17 @@
pkgname='minitube-aur'
pkgver='2.6'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A youtube client that does not need flash'
conflicts=('minitube')
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://flavio.tordini.org/minitube'
license=('gpl3')
install=${pkgname}.install
depends=('phonon-qt5'
'qt5-declarative'
'hicolor-icon-theme')
-if [[ $CARCH = 'i686' ]]; then
- source=("http://flavio.tordini.org/files/minitube/minitube.deb")
-else
- source=("http://flavio.tordini.org/files/minitube/minitube64.deb")
-fi
+source=("http://flavio.tordini.org/files/minitube/minitube.deb")
md5sums=('SKIP')
prepare() {