aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 537195a..e9a9ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
2# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> 2# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
3 3
4pkgname='reco' 4pkgname='reco'
5pkgver=3.3.1 5pkgver=4.0.0
6pkgrel=1 6pkgrel=1
7pkgdesc='An audio recording app designed for elementary OS' 7pkgdesc='An audio recording app designed for elementary OS'
8arch=('x86_64') 8arch=('x86_64')
9url='https://github.com/ryonakano/reco' 9url='https://github.com/ryonakano/reco'
10license=('GPL3') 10license=('GPL3')
11depends=('granite' 'gstreamer') 11depends=('granite7' 'gstreamer' 'libpulse')
12makedepends=('meson' 'vala' 'libhandy') 12makedepends=('meson' 'vala' 'libhandy')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
14sha256sums=('545e898b4cfb849392d17e8ee95cbb5daf806f1ea60f532edfab36b33bcb4c63') 14sha256sums=('c872e1542d15ba83ac0faa486813686b5f2eb47413b8dd48d477f0ffeec6f0fd')
15 15
16build() { 16build() {
17 arch-meson "${pkgname}-${pkgver}" build 17 arch-meson "${pkgname}-${pkgver}" build