summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Schumaker2021-11-01 13:49:45 -0400
committerAnna Schumaker2021-11-01 13:49:45 -0400
commitbf22b474388548d326bb20fe6526b376779894d7 (patch)
treefe34e5a89fb1fc44085d5a44d7392c8c6e2b164a
parent5a0b934ea7ebd76ea59d2645ed27d421b39b9b90 (diff)
downloadaur-bf22b474388548d326bb20fe6526b376779894d7.tar.gz
Emmental 2.7
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 9a456336f33c..19b783b69a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emmental
pkgdesc = The cheesy music player
- pkgver = 2.6
+ pkgver = 2.7
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.6.tar.gz
- sha256sums = 00186ec831e8133a5c33a6bd99abcabf6c211577cc9e09c1b932399f162c54a1
+ source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.7.tar.gz
+ sha256sums = 305be2ebaf794eecae4b28b54a4809ef70b5674e203b4925f2d59c991860c628
pkgname = emmental
diff --git a/PKGBUILD b/PKGBUILD
index 259580c4615c..294409f135b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=emmental
-pkgver=2.6
+pkgver=2.7
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=(00186ec831e8133a5c33a6bd99abcabf6c211577cc9e09c1b932399f162c54a1)
+sha256sums=(305be2ebaf794eecae4b28b54a4809ef70b5674e203b4925f2d59c991860c628)
package() {
cd "$pkgname"