aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanehobrecht2023-12-14 12:58:46 -0800
committerdanehobrecht2023-12-14 12:58:46 -0800
commit470659a0dbb6bd608c3e00e74e6a8fd7af85f252 (patch)
treedb9378721c7d5c2fb15048a4e9a39f84c237051b
parented340ff67bda6a2b44edb47391125cd8f640168e (diff)
downloadaur-470659a0dbb6bd608c3e00e74e6a8fd7af85f252.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2c95794df0..43f5e52b6e90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,6 @@ pkgbase = fzd-bin
depends = fzf
depends = xdg-utils
source = https://github.com/danehobrecht/fzd/archive/refs/tags/1.0.5.tar.gz
- sha256sums = 8e977bc21ee0f072f62afccf268c3f4dfb51d8a6def69b229669b76c45a09e52
+ sha256sums = 44d6804971227ed5909757d81263987c0031dc05e6ab4ba145b518b1df883154
pkgname = fzd-bin \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 03850d146e6b..2fcf8f2343d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/danehobrecht/fzd"
license=('GPL')
depends=("fzf" "xdg-utils")
source=("https://github.com/danehobrecht/fzd/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('8e977bc21ee0f072f62afccf268c3f4dfb51d8a6def69b229669b76c45a09e52')
+sha256sums=('44d6804971227ed5909757d81263987c0031dc05e6ab4ba145b518b1df883154')
package() {
mkdir -p "${pkgdir}/usr/bin"