summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Westra2021-09-20 23:27:17 -0700
committerAlbert Westra2021-09-20 23:27:17 -0700
commitde63774e4c32643e49ea7a35c0005fea4ba2ba9b (patch)
tree14bb2c220ee2c26e64cc76baec709643f261c6c7
parent18c7011e59aa8db66a94fd87f0c7c341796f810a (diff)
downloadaur-de63774e4c32643e49ea7a35c0005fea4ba2ba9b.tar.gz
Update Version and Gitignore
Updated PKGBUILD with latest commit and have it ignore the *.pkg.tar.zst packages that arch has adopted to prevent unintended package pushes.
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1386e1df1570..13436f52505b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mypaint-git
pkgdesc = Simple drawing & painting program that works well with graphics tablets (git).
- pkgver = 2.0.0.master.r5700.425afe29
+ pkgver = 2.0.0.master.r6054.90b36dbc
pkgrel = 1
url = http://mypaint.org/
install = mypaint-git.install
@@ -29,4 +29,3 @@ pkgbase = mypaint-git
sha256sums = 34dec9df2e005de9fae6c6352f49835a1d41e515c6131ed1df8c9e27ee3c9d1d
pkgname = mypaint-git
-
diff --git a/.gitignore b/.gitignore
index 451272cd68fc..9d1aed9756f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
src/
-*.pkg.tar.xz
+*.pkg.tar.zst
mypaint/
diff --git a/PKGBUILD b/PKGBUILD
index 0d75ae98ec06..e9144b0963c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_basever=2.0.0.master
pkgname=mypaint-git
-pkgver=2.0.0.master.r5700.425afe29
+pkgver=2.0.0.master.r6054.90b36dbc
pkgrel=1
pkgdesc="Simple drawing & painting program that works well with graphics tablets (git)."
arch=('i686' 'x86_64')