diff options
author | Deon Spengler | 2018-08-25 01:06:03 +0200 |
---|---|---|
committer | Deon Spengler | 2018-08-25 01:06:03 +0200 |
commit | 4fb865bdac582aca7d0f5d244544a6163a908e9c (patch) | |
tree | 79abde9cbc88caa46a77246c98f69193f53dee9a | |
parent | 83b37593932ed07c0c529bb21d0c769637aaec49 (diff) | |
download | aur-4fb865bdac582aca7d0f5d244544a6163a908e9c.tar.gz |
Reverted back to SOPE-4.0.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = sope pkgdesc = application server used by SOGo - pkgver = 4.0.2 - pkgrel = 1 + pkgver = 4.0.1 + pkgrel = 2 url = http://www.sogo.nu/files/downloads/SOGo/Sources/ arch = x86_64 license = GPL @@ -20,9 +20,9 @@ pkgbase = sope optdepends = postgresql: run database server for sogo locally replaces = sope2 options = !strip - source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.2.tar.gz + source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.1.tar.gz source = sope_configure.patch - sha256sums = 19ebeb0854f63003cd1c99e271e9f8b7476a2c7f666027d46a2e12b6abc94738 + sha256sums = 2cf2f0c2481d2a611b2308bd311f9a893a921757165d577eb25af2d8399b4c9a sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a pkgname = sope @@ -4,8 +4,8 @@ # Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com> pkgname=sope pkgdesc="application server used by SOGo" -pkgver=4.0.2 -pkgrel=1 +pkgver=4.0.1 +pkgrel=2 arch=('x86_64') url="http://www.sogo.nu/files/downloads/SOGo/Sources/" license=('GPL') @@ -26,7 +26,7 @@ optdepends=('libxml2: parse XML coniguration files' 'postgresql: run database server for sogo locally') source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz" "sope_configure.patch") -sha256sums=('19ebeb0854f63003cd1c99e271e9f8b7476a2c7f666027d46a2e12b6abc94738' +sha256sums=('2cf2f0c2481d2a611b2308bd311f9a893a921757165d577eb25af2d8399b4c9a' '7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a') prepare() { |