summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Schumaker2021-08-17 09:23:21 -0400
committerAnna Schumaker2021-08-17 09:23:21 -0400
commit6dc0739b77df68fc28c11f461424acf053f4fef9 (patch)
tree5267cfa1a7e06704c18f4579e12be2112d2e8aa8
parent098f91d4310bfaedc9bf9994bf5c1848be464847 (diff)
downloadaur-6dc0739b77df68fc28c11f461424acf053f4fef9.tar.gz
Emmental v2.1
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 7d78528f5bf9..1c5858cb6369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emmental
pkgdesc = The cheesy music player
- pkgver = 2.0
+ pkgver = 2.1
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.0.tar.gz
- sha256sums = 4e3f4655b991fec316dcfaa37be39b31aa0dfd813e940ea61e44f2743f6f06d0
+ source = https://git.nowheycreamery.com/anna/emmental/archive/emmental-2.1.tar.gz
+ sha256sums = c6e6410e7447251647fd1e6737c59670ee22668ec4cd239f3f832f9fb85d6ab1
pkgname = emmental
diff --git a/PKGBUILD b/PKGBUILD
index a108f4c8c87b..8ff851ccf0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=emmental
-pkgver=2.0
+pkgver=2.1
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=(4e3f4655b991fec316dcfaa37be39b31aa0dfd813e940ea61e44f2743f6f06d0)
+sha256sums=(c6e6410e7447251647fd1e6737c59670ee22668ec4cd239f3f832f9fb85d6ab1)
package() {
cd "$pkgname"