summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-01-20 09:06:13 +0330
committerMohammadreza Abdollahzadeh2017-01-20 09:06:13 +0330
commit5d3d54714526524ce6112f70d9310a93cd364945 (patch)
treef1ee92fb2e2a5d232c6890000747369df796880a
parentc994d58121f84828aa3ffbd082bd8bfca42e4034 (diff)
downloadaur-5d3d54714526524ce6112f70d9310a93cd364945.tar.gz
update for filezilla v.3.24
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 225c093d6897..2c9047328eb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 10:25:23 UTC 2016
+# Fri Jan 20 05:35:19 UTC 2017
pkgbase = papirus-filezilla-themes-git
pkgdesc = Papirus theme for Filezilla (git version)
- pkgver = 20161127
+ pkgver = 20170120
pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8dfa7ec6a436..31f2b152650f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=papirus-filezilla-themes-git
-pkgver=20161127
+pkgver=20170120
pkgrel=1
pkgdesc="Papirus theme for Filezilla (git version)"
url="https://github.com/PapirusDevelopmentTeam/${pkgname%-git}"
@@ -22,5 +22,5 @@ pkgver() {
package() {
cd $pkgname
install -d $pkgdir/usr/share/filezilla/resources
- cp -a ./{papirus,papirus-dark} $pkgdir/usr/share/filezilla/resources/
+ cp -a ./{epapirus,papirus,papirus-dark} $pkgdir/usr/share/filezilla/resources/
}