summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-16 17:30:13 +0100
committersl1pkn072015-11-16 17:30:13 +0100
commit98572c9e9595cabdfbe7059f80a111756c48d647 (patch)
treea34987835c55796e2d8d133d8a427f46d874ca03
parenta518e9daa2cfd8107cc746e968d416d7c0b207e5 (diff)
downloadaur-98572c9e9595cabdfbe7059f80a111756c48d647.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD24
2 files changed, 21 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28f4c8d5b695..6287a22c7f2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = qcma-git
makedepends = git
makedepends = qt5-tools
makedepends = qt5-base
- makedepends = vitamtpmod
+ makedepends = libvitamtp
makedepends = ffmpeg
makedepends = libnotify
makedepends = knotifications
@@ -22,7 +22,7 @@ pkgname = qcma-git
depends = ffmpeg
depends = qt5-base
depends = libnotify
- depends = vitamtpmod
+ depends = libvitamtp
depends = hicolor-icon-theme
provides = qcma
conflicts = qcma
diff --git a/PKGBUILD b/PKGBUILD
index e7a60960b951..5ffadf0f72d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,17 @@ pkgname=('qcma-git' 'qcma-kdenotifier-git')
pkgver=v0.3.9.5.g7ed5bac
pkgrel=1
pkgdesc="Content Manager Assistant for the PS Vita. (GIT version)"
-arch=("i686" "x86_64")
-url="https://github.com/codestation/qcma"
+arch=('i686' 'x86_64')
+url='https://github.com/codestation/qcma'
license=('GPL')
-makedepends=('git' 'qt5-tools' 'qt5-base' 'vitamtpmod' 'ffmpeg' 'libnotify' 'knotifications')
+makedepends=('git'
+ 'qt5-tools'
+ 'qt5-base'
+ 'libvitamtp'
+ 'ffmpeg'
+ 'libnotify'
+ 'knotifications'
+ )
source=('git+https://github.com/codestation/qcma.git')
sha1sums=('SKIP')
@@ -37,7 +44,12 @@ build() {
package_qcma-git() {
pkgdesc="Content Manager Assistant for the PS Vita. (GIT Version)"
- depends=('ffmpeg' 'qt5-base' 'libnotify' 'vitamtpmod' 'hicolor-icon-theme')
+ depends=('ffmpeg'
+ 'qt5-base'
+ 'libnotify'
+ 'libvitamtp'
+ 'hicolor-icon-theme'
+ )
conflicts=('qcma')
provides=('qcma')
install=qcma-git.install
@@ -47,7 +59,9 @@ package_qcma-git() {
package_qcma-kdenotifier-git() {
pkgdesc="Content Manager Assistant for the PS Vita. (KDE notifier) (GIT Version)"
- depends=('qcma-git' 'knotifications')
+ depends=('qcma-git'
+ 'knotifications'
+ )
conflicts=('qcma-kdenotifier')
provides=('qcma-kdenotifier')