summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5643fec11216..52eb86d6dd03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/icebarf/perfmode")
+source=("https://github.com/icebarf/perfmode/archive/refs/tags/$pkgver.tar.gz")
build() {
cd "$pkgname-$pkgver"
make pkg
@@ -27,4 +27,4 @@ package(){
mkdir -p "$pkgdir/usr/bin"
make DESTDIR="$pkgdir/usr/bin/" install
}
-sha256sums=('SKIP')
+sha256sums=('7294770d90bc4e9ff9f49b953d24da920e0eba22902bad49f18206874cb29ac3')