summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Alfonso González2024-04-25 02:20:36 -0400
committerFelipe Alfonso González2024-04-25 02:20:36 -0400
commit6a6c7eea083a59f1333f9c407f01700b5f9eaf2c (patch)
tree8ad69dcf6b5e4eb99d2717f4ff82dcdd706708c3
parent0d97a29284755558978e9a88ba88601f283e2072 (diff)
downloadaur-gitsync.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96a76bb020d..43201993aed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gitsync
pkgdesc = GitSyncMaster: Effortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures.
- pkgver = 0.0.23
+ pkgver = 0.0.24
pkgrel = 1
url = https://github.com/felipealfonsog/GitSyncMaster
arch = x86_64
license = BSD 3-Clause
depends = python
- source = https://github.com/felipealfonsog/GitSyncMaster/archive/refs/tags/v.0.0.23.tar.gz
- sha256sums = 283740a693498e0cc968cff556bdaba5f9543f322882def48a117a73c5773f4b
+ source = https://github.com/felipealfonsog/GitSyncMaster/archive/refs/tags/v.0.0.24.tar.gz
+ sha256sums = 16027e69ab306580102bf072f39efc14828d2c93c94cc2f6f5f4880b80e2d96a
pkgname = gitsync
diff --git a/PKGBUILD b/PKGBUILD
index 06b882524b0f..c05f99a4c784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Mantenedor: Felipe Alfonso Gonzalez <f.alfonso@res-ear.ch>
pkgname=gitsync
-pkgver=0.0.23
+pkgver=0.0.24
pkgrel=1
pkgdesc="GitSyncMaster: Effortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('BSD 3-Clause')
depends=('python')
source=("https://github.com/felipealfonsog/GitSyncMaster/archive/refs/tags/v.${pkgver}.tar.gz")
-sha256sums=('283740a693498e0cc968cff556bdaba5f9543f322882def48a117a73c5773f4b')
+sha256sums=('16027e69ab306580102bf072f39efc14828d2c93c94cc2f6f5f4880b80e2d96a')
prepare() {
tar xf "v.${pkgver}.tar.gz" -C "$srcdir" --strip-components=1