summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2024-02-02 06:51:15 +0100
committerLuna Jernberg2024-02-02 06:51:15 +0100
commit4fe10ab12a3417808bb94e0ae71124e427093b41 (patch)
treed4000c827bf43eacca73dd6ba1ff2b0654162a0f
parent440433425a36419e1881e7a0753f39d02f02f260 (diff)
downloadaur-4fe10ab12a3417808bb94e0ae71124e427093b41.tar.gz
2.0.0 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd9ac5ad156..dea4d88de799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = garagejam
pkgdesc = GarageJam is Free Software in development for musicians who want to compose, record and share original music to the Internet from the GNOME Desktop.
- pkgver = 1.0.0
+ pkgver = 2.0.0
pkgrel = 1
- url = https://wiki.gnome.org/Apps/Garagejam
+ url = https://wiki.gnome.org/Apps/GarageJam
arch = x86_64
license = GPL3
makedepends = intltool
@@ -20,7 +20,7 @@ pkgbase = garagejam
depends = vorbis-tools
depends = pango
depends = gtk3
- source = https://www.garagejam.org/src/garagejam-1.0.0.tar.xz
- sha256sums = b7008972b167df451b6db9b4cf39b0576d70631f14563b70405cf8f113ed98af
+ source = https://www.garagejam.org/src/garagejam-2.0.0.tar.xz
+ sha256sums = 66ebaa00c159466016aa54e18bc1b68c8bc11b680860676ce5292f42c5220e0a
pkgname = garagejam
diff --git a/PKGBUILD b/PKGBUILD
index 55245b00f553..0cf3c63c3d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=garagejam
-pkgver=1.0.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="GarageJam is Free Software in development for musicians who want to compose, record and share original music to the Internet from the GNOME Desktop."
arch=('x86_64')
@@ -10,8 +10,8 @@ url="https://wiki.gnome.org/Apps/GarageJam"
license=(GPL3)
depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad' 'geocode-glib' 'geocode-glib-2' 'gobject-introspection' 'gstreamer' 'libxml2' 'vorbis-tools' 'pango' 'gtk3')
makedepends=('intltool' 'itstool' 'python')
-source=(https://www.garagejam.org/src/garagejam-1.0.0.tar.xz)
-sha256sums=('b7008972b167df451b6db9b4cf39b0576d70631f14563b70405cf8f113ed98af')
+source=(https://www.garagejam.org/src/garagejam-2.0.0.tar.xz)
+sha256sums=('66ebaa00c159466016aa54e18bc1b68c8bc11b680860676ce5292f42c5220e0a')
build() {
cd $pkgname-$pkgver