summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Serajnik2021-10-17 11:37:26 +0200
committerMichael Serajnik2021-10-17 11:37:26 +0200
commitacfb16b86e602161ec89633c8589802ca15024b8 (patch)
treec77df13f0993d2dec49bbf700d2379da2069f45a /PKGBUILD
parent1fc32703631c88e141b9f480755a18f96fe9eb6f (diff)
downloadaur-cproton-git.tar.gz
Add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c81ff67cb190..420e80c1d70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Michael Serajnik <m at mser dot at>
pkgname=cproton-git
_pkgname=ProtonUpdater
-pkgver=0.2.1.r8.gc1cc322
+pkgver=0.2.2.r0.g22a55c9
pkgrel=1
pkgdesc="Script to make it easier to update Proton GE to the latest version"
arch=("any")
url="https://github.com/flubberding/ProtonUpdater"
license=("MIT")
+makedepends=("git")
source=("git+https://github.com/flubberding/ProtonUpdater.git")
sha512sums=("SKIP")