summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Schumaker2021-10-07 09:30:42 -0400
committerAnna Schumaker2021-10-07 09:30:42 -0400
commit7106b792e35be93ea70522b18234b7ed65f2c7a4 (patch)
tree5c5377c05b2e04efa32dd0808754e02bfe9d81bd
parent210b1065c22ed9872cadeef72c2280a6b3fbd504 (diff)
downloadaur-7106b792e35be93ea70522b18234b7ed65f2c7a4.tar.gz
Emmental 2.5
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 adf06427b1c5..c03b2c0260dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emmental
pkgdesc = The cheesy music player
- pkgver = 2.3
+ pkgver = 2.5
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.3.tar.gz
- sha256sums = 3dfa3eea9def1e4ccba17a26c35630a55aa1705ce82523ef1148ab3088d5efa3
+ source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.5.tar.gz
+ sha256sums = 3b34870b9aa470b113774bda92c298871c536585d484998ebb59fa1266978014
pkgname = emmental
diff --git a/PKGBUILD b/PKGBUILD
index a9fd11dadf8b..5491d3eb9e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=emmental
-pkgver=2.3
+pkgver=2.5
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=(3dfa3eea9def1e4ccba17a26c35630a55aa1705ce82523ef1148ab3088d5efa3)
+sha256sums=(3b34870b9aa470b113774bda92c298871c536585d484998ebb59fa1266978014)
package() {
cd "$pkgname"