summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Torres2018-07-29 20:10:59 +0200
committerJavier Torres2018-07-29 20:10:59 +0200
commit118d494825ba2dc568e27db93e2a6d2e5766982c (patch)
tree0cb4e65c6fb620f0f0905310ebdca5b78c33ef6f
parent2e950a4b3a19a2f5296c4aa65425ece632397f8c (diff)
downloadaur-118d494825ba2dc568e27db93e2a6d2e5766982c.tar.gz
Update GitHub URLs
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 228920e3f11c..bf6ec16de41d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 20:05:03 UTC 2017
+# Sun Jul 29 18:10:42 UTC 2018
pkgbase = roundcubemail-plugin-contextmenu
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
pkgver = 2.3
- pkgrel = 1
- url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu
+ pkgrel = 2
+ url = https://github.com/JohnDoh/roundcube-contextmenu
arch = any
license = GPL3
depends = roundcubemail
- source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.3.tar.gz
- sha256sums = 63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b
+ source = https://github.com/JohnDoh/roundcube-contextmenu/archive/2.3.tar.gz
+ sha256sums = 2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5
pkgname = roundcubemail-plugin-contextmenu
diff --git a/PKGBUILD b/PKGBUILD
index 3102df5e72c3..dcbaa7f881d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=roundcubemail-plugin-contextmenu
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
arch=('any')
-url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
+url='https://github.com/JohnDoh/roundcube-contextmenu'
license=('GPL3')
depends=('roundcubemail')
-source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz")
-sha256sums=('63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b')
+source=("https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
+sha256sums=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5')
package() {
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
- cp -r "${srcdir}/Roundcube-Plugin-Context-Menu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
+ cp -r "${srcdir}/roundcube-contextmenu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
}