summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2021-11-13 21:50:08 +0600
committerZhanibek Adilbekov2021-11-13 21:50:08 +0600
commitb179ab2d659ac944f2c471c19202ae787bbbae27 (patch)
tree2558c9c4eed7e311c004158dbf258c4d20d34795
parentc8a3cb5676d25f7ef1ba5ff29ce5be811dfa0325 (diff)
downloadaur-b179ab2d659ac944f2c471c19202ae787bbbae27.tar.gz
build: v6.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore13
-rw-r--r--PKGBUILD6
3 files changed, 19 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc8083efbe79..b1c72616fd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = git-extras
pkgdesc = GIT utilities -- repo summary, commit counting, repl, changelog population and more
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://github.com/tj/git-extras
arch = any
license = MIT
depends = git
- source = git-extras-6.2.0.tar.gz::https://github.com/tj/git-extras/archive/6.2.0.tar.gz
- sha256sums = 151bc129f717179c1f7b6c83faf1d4829eeddef8b7c501dac05dc38c28270c3e
- b2sums = 71e3be3f56ca049d2060c79b8dd52aacf613d9157fc5d6fa76c827b59e9355f16903cce94e09dcf73e0c7c4f81b422a37234dbc8f9eb146ca9925da8778ea2dc
+ source = git-extras-6.3.0.tar.gz::https://github.com/tj/git-extras/archive/6.3.0.tar.gz
+ b2sums = 263e192015e46da7867f131c19ae47243e60355cba02b1860b45abafdc4fc6adf916dffce58b853960d8bb22f5da067e1dca6ed0b02f108953571896d1c981c4
pkgname = git-extras
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b73905529f23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index b0b462a8b64a..1416eef4d619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
# Contributor: Stefan Tatschner <stefan.tatschner@gmail.com>
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=git-extras
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=('any')
@@ -12,8 +13,7 @@ url="https://github.com/tj/${pkgname}"
license=('MIT')
depends=('git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('151bc129f717179c1f7b6c83faf1d4829eeddef8b7c501dac05dc38c28270c3e')
-b2sums=('71e3be3f56ca049d2060c79b8dd52aacf613d9157fc5d6fa76c827b59e9355f16903cce94e09dcf73e0c7c4f81b422a37234dbc8f9eb146ca9925da8778ea2dc')
+b2sums=('263e192015e46da7867f131c19ae47243e60355cba02b1860b45abafdc4fc6adf916dffce58b853960d8bb22f5da067e1dca6ed0b02f108953571896d1c981c4')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"