summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6716ec6716..73b9ba6cb063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pishrink-git
pkgdesc = Make your pi images smaller!
- pkgver = r63.95f4839
+ pkgver = r124.43f1a88
pkgrel = 1
url = https://github.com/Drewsif/PiShrink
arch = any
license = MIT
+ makedepends = git
source = pishrink-git::git+https://github.com/Drewsif/PiShrink
sha256sums = SKIP
pkgname = pishrink-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 919fdf86a955..85a442e758d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
+# Maintainer: danieltetraquark
+
pkgname=pishrink-git
_name=pishrink
-pkgver=r63.95f4839
+pkgver=r124.43f1a88
pkgrel=1
pkgdesc="Make your pi images smaller!"
+makedepends=('git')
depends=()
license=('MIT')
arch=('any')