summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"