diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/totem/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/totem/APKBUILD b/community/totem/APKBUILD index f3d147abc3..b739c9358f 100644 --- a/community/totem/APKBUILD +++ b/community/totem/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=totem -pkgver=3.34.0 -pkgrel=1 +pkgver=3.34.1 +pkgrel=0 pkgdesc="Movie player for the GNOME desktop" url="https://wiki.gnome.org/Apps/Videos" arch="all" @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="364a1446ab1d7de745cd4783ad14eade7cf6f5eb06bfb0289f17fb154918640478fdbd075c3833ac1c0e5e57a63b5d7225e81d764eb78a89068da697a1c4e511 totem-3.34.0.tar.xz" +sha512sums="9a3556f5cf522fca29926db185c2e5d25bdb80a25e14d0ba3062a7f15fc3ec40ae9f25752763bc444d4fd82ec2098efd732da662a1b1c5923ec19fde432606db totem-3.34.1.tar.xz" |