Update source hashes
This commit is contained in:
parent
34e388db18
commit
25caaa0e85
6
PKGBUILD
6
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||||
pkgname=file-scripts
|
pkgname=file-scripts
|
||||||
pkgver=1.0
|
pkgver=1.0.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -8,8 +8,8 @@ license=(GPL3)
|
|||||||
depends=(fd fzf mlocate 'python>=3.7' python-termcolor)
|
depends=(fd fzf mlocate 'python>=3.7' python-termcolor)
|
||||||
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx)
|
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('89ef58e7b7ff62914570e8747cf9a56d695e7da3e8d27655a6431c64b31d3eb6')
|
sha256sums=('1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96')
|
||||||
sha512sums=('f7eb56056f9de047b6a4e0531a44863e34e1beb3e620daf219807badefaed186036bc8d06dd102335915fe44ff06e1c132d159f38692043cf96d49649c4371b4')
|
sha256sums=('9995199d336df02f37af4a5600dfb969a85c64ce54644d95151b4fc1c9b9338940724efa6a037ccc96e3086656cebe7315be7d85de7fb0212aace0a701e32467')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
@ -3,8 +3,8 @@ class FileScripts < Formula
|
|||||||
homepage "https://github.com/etorres4/file-scripts"
|
homepage "https://github.com/etorres4/file-scripts"
|
||||||
url "https://github.com/etorres4/file-scripts",
|
url "https://github.com/etorres4/file-scripts",
|
||||||
:using => :git
|
:using => :git
|
||||||
version "1.0"
|
version "1.0.1"
|
||||||
sha256 "89ef58e7b7ff62914570e8747cf9a56d695e7da3e8d27655a6431c64b31d3eb6"
|
sha256 "1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96"
|
||||||
|
|
||||||
depends_on "python@3.10"
|
depends_on "python@3.10"
|
||||||
depends_on "fd"
|
depends_on "fd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user