summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2022-01-27 03:24:01 -0800
committerYardena Cohen2022-01-27 03:24:01 -0800
commitc70e2174df99bf9621bd5075244483f4749a4611 (patch)
tree1323c119bafaa867738912c38ce0dfc4da3dfa8d
parent528982a481fb77b96ec227beeceb36b412726b88 (diff)
downloadaur-c70e2174df99bf9621bd5075244483f4749a4611.tar.gz
ignore /src/
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 995dcfe497ff..dfd20aa6a18a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Fri Jun 21 21:07:22 UTC 2019
pkgbase = alpine-git
pkgdesc = Fork of the PINE mail client (git)
- pkgver = 2.21.9999.351.d5f1993
+ pkgver = 2.25.1.637.9a7f844
pkgrel = 1
url = http://alpine.x10host.com/
arch = i686
arch = x86_64
+ arch = aarch64
license = APACHE
makedepends = git
depends = gettext
@@ -26,4 +25,3 @@ pkgbase = alpine-git
sha512sums = SKIP
pkgname = alpine-git
-
diff --git a/.gitignore b/.gitignore
index e4f19899315c..82e9b2b955a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/alpine-git-*.log
/alpine-git-*.pkg.tar.xz
/PKGBUILD-namcap.log
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index b7e0246ba91b..a48dabed274b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=alpine
pkgname=$gitname-git
-pkgver=2.22.0.410.6288c67
+pkgver=2.25.1.637.9a7f844
pkgrel=1
pkgdesc="Fork of the PINE mail client (git)"
arch=(i686 x86_64 aarch64)