summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-04-28 12:40:49 +0200
committerM0Rf302022-04-28 12:40:49 +0200
commita58ca798ac148861449a19adf403b5256583f72c (patch)
treea10a3dd7c14b49fe758250d4ae578cae8b36f31a
parent2df8f38fc8fd476da48880af52e0f3c9ef2c4a48 (diff)
downloadaur-a58ca798ac148861449a19adf403b5256583f72c.tar.gz
distrobox: 1.2.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f7e390aedb..f8ed99ce238f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
- pkgver = 1.2.14
- pkgrel = 2
+ pkgver = 1.2.15
+ pkgrel = 1
url = https://github.com/89luca89/distrobox
arch = any
license = GPL3
optdepends = docker: enable docker usage
optdepends = podman: enable podman usage
- source = distrobox-1.2.14.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.14.tar.gz
- sha256sums = 86c7a6515d8548e258b4acb152e4a622f671c4ffcf1cc1a36d05b5f56bc6a0aa
+ source = distrobox-1.2.15.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.15.tar.gz
+ sha256sums = 62a7ee779f605347919157fae947331042b771022c7d7d3169a2bd6ecc8589d7
pkgname = distrobox
diff --git a/PKGBUILD b/PKGBUILD
index 97fbf10259ad..6e053ac6502f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: robertfoster
pkgname=distrobox
-pkgver=1.2.14
-pkgrel=2
+pkgver=1.2.15
+pkgrel=1
pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
url="https://github.com/89luca89/distrobox"
@@ -18,4 +18,4 @@ package() {
./install -P "${pkgdir}/usr"
}
-sha256sums=('86c7a6515d8548e258b4acb152e4a622f671c4ffcf1cc1a36d05b5f56bc6a0aa')
+sha256sums=('62a7ee779f605347919157fae947331042b771022c7d7d3169a2bd6ecc8589d7')