summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-12-02 20:00:58 +0100
committerKr1ss2020-12-02 20:00:58 +0100
commit4ead43cc2a97e8fe4b0c51a9a7639001c0d4e958 (patch)
treeccc388660138287482c9f9a46595bf55840ddc76
parent29e32b7123abd8b2b8c35e1850e4327351e4f571 (diff)
downloadaur-4ead43cc2a97e8fe4b0c51a9a7639001c0d4e958.tar.gz
rebuild against python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcfd6e1cb62..753a48b8518a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ice-ssb-git
pkgdesc = Desktop integration for webapps
pkgver = 6.0.8.r26.499b891
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/peppermintos/ice
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index ff7e6caacc32..58e6170d2bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver() {
git -C "$_pkgname" describe --tags | sed 's/v\?\([^-]\+\)-/\1.r/;s/-g/./'
}
pkgver=6.0.8.r26.499b891
-pkgrel=2
+pkgrel=3
pkgdesc='Desktop integration for webapps'
url="https://github.com/peppermintos/$_pkgname"