summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-09-23 10:32:33 +0300
committerasm0dey2018-09-23 10:32:33 +0300
commit7bd6d33281841f5a97f08848d562968ecb5a06e2 (patch)
tree6c78fb7972c12ba75b984f689ac64dc54118e8be
parentb934885dd8f22b3a7ef44ded0247ac45823f4526 (diff)
downloadaur-7bd6d33281841f5a97f08848d562968ecb5a06e2.tar.gz
stuff (http://whatthecommit.com)
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c73eb471cd5..0dfd75daf3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pict-git
pkgdesc = Tool for pairwise automation: Pairwise Independent Combinatorial Testing
- pkgver = 47.36e5774
+ pkgver = 55.8d9d7d7
pkgrel = 1
url = https://github.com/Microsoft/pict
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3b3007a31d51
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pict/
+*.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 280f6e4af42f..4239bfecc4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: asm0dey <pavel.finkelshtein@gmail.com>
pkgname=pict-git
_pkgname=pict
-pkgver=47.36e5774
+pkgver=55.8d9d7d7
pkgrel=1
pkgdesc='Tool for pairwise automation: Pairwise Independent Combinatorial Testing'
arch=('x86_64' 'i686')