summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Schumaker2021-08-24 15:03:08 -0400
committerAnna Schumaker2021-08-24 15:03:08 -0400
commit3335273a576bf283178c79c5b55025b58997b1f0 (patch)
treec32adba64da66304de2ad3835017a97e806469c3
parent6dc0739b77df68fc28c11f461424acf053f4fef9 (diff)
downloadaur-3335273a576bf283178c79c5b55025b58997b1f0.tar.gz
Emmental 2.2
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5858cb6369..161e51434f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emmental
pkgdesc = The cheesy music player
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://www.git.nowheycreamery.com/anna/emmental
arch = any
@@ -15,7 +15,7 @@ pkgbase = emmental
optdepends = gst-plugins-good
optdepends = gst-plugins-bad
optdepends = gst-plugins-ugly
- source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.1.tar.gz
- sha256sums = c6e6410e7447251647fd1e6737c59670ee22668ec4cd239f3f832f9fb85d6ab1
+ source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.2.tar.gz
+ sha256sums = 7c586e988effb34573e9e80ea4b125443238b181bba1162a70b16463c99b8150
pkgname = emmental
diff --git a/PKGBUILD b/PKGBUILD
index 8ff851ccf0e0..d185a95e6fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=emmental
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc='The cheesy music player'
url='https://www.git.nowheycreamery.com/anna/emmental'
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python' 'python-gobject' 'python-mutagen' 'python-pyxdg' 'gtk4' 'gstreamer' 'gst-plugins-base')
optdepends=('gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
source=("https://git.nowheycreamery.com/anna/emmental/archive/emmental-$pkgver.tar.gz")
-sha256sums=(c6e6410e7447251647fd1e6737c59670ee22668ec4cd239f3f832f9fb85d6ab1)
+sha256sums=(7c586e988effb34573e9e80ea4b125443238b181bba1162a70b16463c99b8150)
package() {
cd "$pkgname"