summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Schumaker2021-08-30 15:17:06 -0400
committerAnna Schumaker2021-08-30 15:17:06 -0400
commit210b1065c22ed9872cadeef72c2280a6b3fbd504 (patch)
tree627241faf95bd28f5dbd47393cdb33b6ad15c5a2
parent3335273a576bf283178c79c5b55025b58997b1f0 (diff)
downloadaur-210b1065c22ed9872cadeef72c2280a6b3fbd504.tar.gz
Emmental v2.3
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 161e51434f1a..adf06427b1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emmental
pkgdesc = The cheesy music player
- pkgver = 2.2
+ pkgver = 2.3
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.2.tar.gz
- sha256sums = 7c586e988effb34573e9e80ea4b125443238b181bba1162a70b16463c99b8150
+ source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.3.tar.gz
+ sha256sums = 3dfa3eea9def1e4ccba17a26c35630a55aa1705ce82523ef1148ab3088d5efa3
pkgname = emmental
diff --git a/PKGBUILD b/PKGBUILD
index d185a95e6fa3..a9fd11dadf8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=emmental
-pkgver=2.2
+pkgver=2.3
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=(7c586e988effb34573e9e80ea4b125443238b181bba1162a70b16463c99b8150)
+sha256sums=(3dfa3eea9def1e4ccba17a26c35630a55aa1705ce82523ef1148ab3088d5efa3)
package() {
cd "$pkgname"