summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Charlston2023-01-12 21:16:24 +0000
committerMatthew Charlston2023-01-12 21:16:24 +0000
commitd1a5b4d213a29818df84aa4b46bcbb409ab8dd0e (patch)
tree348a97ca07316006fe12bd31f7b2746edd4a9e89
parent2d9357987938697a79944e6367022ecfd7b574fe (diff)
downloadaur-d1a5b4d213a29818df84aa4b46bcbb409ab8dd0e.tar.gz
fix dependencies (again)
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8991f9c1af0..387d6286438a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = horizontallyspinningrat
pkgdesc = The horizontally spinning rat - now on your desktop!
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mcharlsto/rat
arch = x86_64
license = GPL3
depends = sox
+ depends = opusfile
source = https://github.com/mcharlsto/rat/releases/latest/download/rat
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 92544624c0fe..50bd4e79db05 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="horizontallyspinningrat"
pkgver=1.0.1
-pkgrel=1
-depends=("sox")
+pkgrel=2
+depends=("sox" "opusfile")
pkgdesc="The horizontally spinning rat - now on your desktop!"
url="https://github.com/mcharlsto/rat"
arch=("x86_64")