summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2019-04-30 13:05:43 -0400
committerDavid Birks2019-04-30 13:05:43 -0400
commitc61e059559b83f59173eb00464507897ae30efb7 (patch)
tree0f3b56e5bf287af25dfcd4f586455fa537e4b51d
parentb7ce92fc6d6421e60580324a538eeec8131b0d6c (diff)
downloadaur-c61e059559b83f59173eb00464507897ae30efb7.tar.gz
Bump pkgrel to test
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a0cbf104ec9..b110b748c551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-app
pkgdesc = A utility to help make Compose files more reusable and sharable
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/docker/app
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 13b29af03257..ba4ca5e3ba04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=docker-app
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A utility to help make Compose files more reusable and sharable"
arch=(x86_64)
url="https://github.com/docker/app"