summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2024-03-01 07:06:41 +0100
committerMichał Wojdyła2024-03-01 07:06:41 +0100
commitb03116eb7f925bb1be0c39238f3a894602c94a67 (patch)
treeeb258eac14d565551b8d2c64822b327bd73e8ae0 /PKGBUILD
parent190251966b399f17ce44cb778ed43f2683f26cc5 (diff)
downloadaur-owncloud-app-music-git.tar.gz
add missing makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45fa2d0b3191..2348ef535730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Maintainer: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=owncloud-app-music-git
-pkgver=0.3.4.12.g835b8dd
-pkgrel=2
+pkgver=0.3.7.2470.g22c20a53
+pkgrel=1
pkgdesc="An music application for owncloud"
arch=('any')
url="https://github.com/owncloud/music"
license=('AGPL')
depends=('owncloud')
-makedepends=()
+makedepends=('git')
options=('!strip')
conflicts=('owncloud-app-music')
source=("$pkgname::git+https://github.com/owncloud/music.git")