summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Torres2017-01-19 20:49:08 +0100
committerJavier Torres2017-01-19 20:49:08 +0100
commit342dd4a4bcda0309c1928bbbb85939601aac1a0a (patch)
treeee149cfeddeb018d7724142abe41f1047bd5d977 /PKGBUILD
parent47625e470d43558cf6843dc8d17d9368de310af1 (diff)
downloadaur-342dd4a4bcda0309c1928bbbb85939601aac1a0a.tar.gz
Update to 3.1.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4602e2748d77..4c6516309469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
pkgname=smarty3
-pkgver=3.1.21
-pkgrel=2
+pkgver=3.1.30
+pkgrel=1
pkgdesc='Smarty is a PHP template engine'
url='http://www.smarty.net'
license=('LGPL')
depends=('php>=5.2')
arch=('any')
-source=("http://www.smarty.net/files/Smarty-${pkgver}.tar.gz")
-sha256sums=('e872f98a194a31b9dea710fceb308431c0e2b846e46ce845b547f54e5789c465')
+source=("https://github.com/smarty-php/smarty/archive/v${pkgver}.tar.gz")
+sha256sums=('62461370c73fb3eb315c6a0a55f9bdbb04d115a0e3eaf46d76d68336524f344f')
package() {
install -d "${pkgdir}/usr/share/php"
- cp -dpr --no-preserve=ownership "${srcdir}/Smarty-${pkgver}/libs" "${pkgdir}/usr/share/php/smarty3"
+ cp -dpr --no-preserve=ownership "${srcdir}/smarty-${pkgver}/libs" "${pkgdir}/usr/share/php/smarty3"
}