summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-03-02 12:45:03 -0600
committernate2023-03-02 12:45:03 -0600
commita48dd89c8dce0177079bd526cf8f569cfa2c8f89 (patch)
treeb18b5597c4e4863a3000ad1a3349c35011f996b5
parente5c0e89613ada4559a6495a9175e1e220df9642d (diff)
downloadaur-a48dd89c8dce0177079bd526cf8f569cfa2c8f89.tar.gz
kenku-fm 1.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36bd781a8bbc..5fc9df70ce2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kenku-fm-bin
pkgdesc = Online tabletop audio sharing for Discord
- pkgver = 1.2.2
- pkgrel = 2
+ pkgver = 1.2.4
+ pkgrel = 1
url = https://github.com/owlbear-rodeo/kenku-fm
arch = x86_64
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = kenku-fm-bin
depends = libxcb
depends = gvfs
provides = kenku-fm
- conflicts = kenku-fm-bin
- source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.2.2/kenku-fm_1.2.2_amd64.deb
- md5sums = 63aaf5186835461b43cbfb4f4ae7a733
+ conflicts = kenku-fm
+ source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.2.4/kenku-fm_1.2.4_amd64.deb
+ md5sums = d9acc13eefdd7331a058364c8dc43bb7
pkgname = kenku-fm-bin
diff --git a/PKGBUILD b/PKGBUILD
index c48669956dda..e84d102ca1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
+# Can change this to arm64 to make this package for arm
+_arch=amd64
+
pkgname=kenku-fm-bin
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
pkgdesc="Online tabletop audio sharing for Discord"
arch=('x86_64')
license=('GPL3')
@@ -10,11 +13,11 @@ depends=('libnotify' 'gtk3' 'nss' 'xdg-utils' 'libdrm' 'libxcb' 'gvfs')
makedepends=()
optdepends=()
provides=('kenku-fm')
-conflicts=('kenku-fm-bin')
+conflicts=('kenku-fm')
url="https://github.com/owlbear-rodeo/kenku-fm"
-source=("${url}/releases/download/v${pkgver}/kenku-fm_${pkgver}_amd64.deb")
-md5sums=('63aaf5186835461b43cbfb4f4ae7a733')
+source=("${url}/releases/download/v${pkgver}/kenku-fm_${pkgver}_${_arch}.deb")
+md5sums=('d9acc13eefdd7331a058364c8dc43bb7')
prepare() {