diff options
-rwxr-xr-x | bash-git-prompt/PKGBUILD | 4 | ||||
-rwxr-xr-x | check-kernel/PKGBUILD | 4 | ||||
-rwxr-xr-x | checkVersions | 2 | ||||
-rwxr-xr-x | crypt-expiry-check/PKGBUILD | 4 | ||||
-rwxr-xr-x | cryptfs-daemon/PKGBUILD | 4 | ||||
-rwxr-xr-x | digest-mailer/PKGBUILD | 4 | ||||
-rwxr-xr-x | hardlinked-backups/PKGBUILD | 4 | ||||
-rwxr-xr-x | libalpm-extra/PKGBUILD | 4 | ||||
-rwxr-xr-x | logwatch-extra/PKGBUILD | 4 | ||||
-rwxr-xr-x | mark-as-expendable-dir/PKGBUILD | 4 | ||||
-rwxr-xr-x | mounted/PKGBUILD | 4 | ||||
-rwxr-xr-x | passwort-tresor/PKGBUILD | 4 | ||||
-rwxr-xr-x | report-installed-packages/PKGBUILD | 4 | ||||
-rwxr-xr-x | sendmailadvanced/PKGBUILD | 4 | ||||
-rwxr-xr-x | shutdownasap/PKGBUILD | 4 | ||||
-rwxr-xr-x | sound-cutter/PKGBUILD | 4 | ||||
-rwxr-xr-x | update-all/PKGBUILD | 4 | ||||
-rwxr-xr-x | update-ddns/PKGBUILD | 4 |
18 files changed, 35 insertions, 35 deletions
diff --git a/bash-git-prompt/PKGBUILD b/bash-git-prompt/PKGBUILD index 221373243..b08014414 100755 --- a/bash-git-prompt/PKGBUILD +++ b/bash-git-prompt/PKGBUILD @@ -4,7 +4,7 @@ pkgver=1.2.1 pkgrel=1 pkgdesc="nice, git-aware prompt for bash" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -19,7 +19,7 @@ backup=( ) options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('6e4e446f3d485c35082e2eef0160ded0951839ae43596a0313d06811b61dd72a501dc4f9bcbb3b229035254ac342c1ae423fd58279dc877c04a56d10594c08db') diff --git a/check-kernel/PKGBUILD b/check-kernel/PKGBUILD index 9f4182636..62df73155 100755 --- a/check-kernel/PKGBUILD +++ b/check-kernel/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.3.2 pkgrel=1 pkgdesc='check if the installed kernel is currently running' arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('b834a6b1f6fa4bd07aa4421a5d353f0e155f061521e6485c3f42942e3b4222efb9261f59d6f7a5090d3750aa928a64a54824791e0aab50cd40e7b6e492e0011d') diff --git a/checkVersions b/checkVersions index e5f6dd95a..fdea41f42 100755 --- a/checkVersions +++ b/checkVersions @@ -446,7 +446,7 @@ then curl_it "${quVer}" | \ tr "<>'\"" '\n' | \ sed -n ' - s,^/'"${quNam}"'\.git/snapshot/'"${quNam}"'-\([0-9.]\+\)\.tar\.xz$,\1, + s,^/'"${quVer#*//*/}"'/snapshot/'"${quNam}"'-\([0-9.]\+\)\.tar\.xz$,\1, T p ' | \ diff --git a/crypt-expiry-check/PKGBUILD b/crypt-expiry-check/PKGBUILD index 9ce5dca75..c0f135ed8 100755 --- a/crypt-expiry-check/PKGBUILD +++ b/crypt-expiry-check/PKGBUILD @@ -4,7 +4,7 @@ pkgver=4.0.9 pkgrel=1 pkgdesc="Surveilance of expiry of gpg-keys and X.509 certificates" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('openssl' 'gnupg') @@ -20,7 +20,7 @@ backup=( ) options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('2c9a79662a39dd4d3c7f1bed3ea46a22f2593f4e80cf795854c150af6be6915ae9d57f68e1032d41d641cf23d0f5aa22896dce4bd215f85e9f5bfec3c2123425') diff --git a/cryptfs-daemon/PKGBUILD b/cryptfs-daemon/PKGBUILD index 1eb7f286a..a7596a31c 100755 --- a/cryptfs-daemon/PKGBUILD +++ b/cryptfs-daemon/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.4.4 pkgrel=1 pkgdesc='shell script and systemd unit for (automatically) (un)mounting encrypted partitions' arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('cryptsetup') @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('d9fca4bc0d3ec57c7e6156f7e8b56f612441fd77cef14fc5f42177eda2e672d22023881aa0877e0a6b18d850c81e6b8b763a02c987b9d39b2e9b5f5913da0f47') diff --git a/digest-mailer/PKGBUILD b/digest-mailer/PKGBUILD index d9e36e84b..5f3d2074c 100755 --- a/digest-mailer/PKGBUILD +++ b/digest-mailer/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.2 pkgrel=1 pkgdesc="Sendmail replacement collecting emails into digests." arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -17,7 +17,7 @@ replaces=() backup=('etc/digest-mailer.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('84eaec3f670bffc2c591a65744e854cc05db7b042968c8b304e1cca041eec7883fd93a97c4117699341b7c97aea74a2b068de98aa707c23c4ac4247ac911442d') diff --git a/hardlinked-backups/PKGBUILD b/hardlinked-backups/PKGBUILD index 6cdba891f..6e6567d3f 100755 --- a/hardlinked-backups/PKGBUILD +++ b/hardlinked-backups/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.2.2 pkgrel=1 pkgdesc='Generate hardlinked incremental backups via rsync (and possibly through a SOCKS-tunnel via ssh)' arch=('any') -url="https://git.eckner.net/${_pkgname}.git" +url="https://git.eckner.net/Erich/${_pkgname}" license=('GPL') groups=() depends=('rsync') @@ -18,7 +18,7 @@ replaces=() backup=('etc/backup.conf') options=() source=( - "https://git.eckner.net/${_pkgname}.git/snapshot/${_pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${_pkgname}/snapshot/${_pkgname}-${pkgver}.tar.xz" ) sha512sums=('63418cbd460fd88e90ed65bbbe6a434afd77d0b733f01e4018b80df1cc5049b463ef0487748295f021013c068e9f7c09f3d13bc335993a57f29bd30c3a80569b') diff --git a/libalpm-extra/PKGBUILD b/libalpm-extra/PKGBUILD index 3f64b8724..1710d89bb 100755 --- a/libalpm-extra/PKGBUILD +++ b/libalpm-extra/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1 pkgrel=1 pkgdesc="extra-capabilities for libalpm: a hook which misses from linux" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('7910713d7a226fe7296775511d237f8a82d17e96e6f0aec503534a2a67dfa945d350f1ac78d3035263f6f246647a6b99a8de08b688c0840ee5bea32207ce18ba') diff --git a/logwatch-extra/PKGBUILD b/logwatch-extra/PKGBUILD index 82f10201c..5343fe07b 100755 --- a/logwatch-extra/PKGBUILD +++ b/logwatch-extra/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.8 pkgrel=1 pkgdesc="extra-capabilities for logwatch: better cron-frontend" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('logwatch') @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('3f2253291f51178a5e304160649ba8bce116194167a35cd3178d5dd40e2ce380104b70e45f1a371719572e87c2f70f516e36deb4f8433a57c2d0e8f52cdbc37e') diff --git a/mark-as-expendable-dir/PKGBUILD b/mark-as-expendable-dir/PKGBUILD index c2c3f005c..d0e5722e0 100755 --- a/mark-as-expendable-dir/PKGBUILD +++ b/mark-as-expendable-dir/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1 pkgrel=1 pkgdesc="create CACHEDIR.TAG and .rsync-filter files" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('7cd0103a33e3154a9010c161fed3bb853e9708234b5e10e3e94cbd1f0320c43f28e54415f0f89d1b10f099240e8e3f97616e4bdb82775e861273142dbf329f20') diff --git a/mounted/PKGBUILD b/mounted/PKGBUILD index 2bf1f58d1..456f2d08d 100755 --- a/mounted/PKGBUILD +++ b/mounted/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1 pkgrel=1 pkgdesc='Wrapper for use by conky to show partitions.' arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('conky') @@ -17,7 +17,7 @@ replaces=() backup=('etc/mounted.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('9074fbdaac56c35a107c4c97b0608a5b566012f107b34dcf71b2b9541ffec956596ab9c8344e32ca074fe040d5e7382b9bc318600b4dc75fc70f8e4b83318c91') diff --git a/passwort-tresor/PKGBUILD b/passwort-tresor/PKGBUILD index 9b433e41d..d3acc1168 100755 --- a/passwort-tresor/PKGBUILD +++ b/passwort-tresor/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.6.1 pkgrel=1 pkgdesc="Wrapper for gpg to store passwords (and other text)" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('gnupg') @@ -17,7 +17,7 @@ replaces=() backup=('etc/passwort-tresor.konf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('1b95e0b3bb252692eeb3354f1b6c2124f3cce5683b5c6a58778fafdfe86c2220d39af72e372acbe46abba2d97d147afac6b54754e3c14d9815fba9909036c0da') diff --git a/report-installed-packages/PKGBUILD b/report-installed-packages/PKGBUILD index e79e6154e..1221ba4ff 100755 --- a/report-installed-packages/PKGBUILD +++ b/report-installed-packages/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.3 pkgrel=1 pkgdesc="report about installed (and therefore presumably working) packages from testing" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('28cf10710bef195b9106461d97f2510aafa533a340d5a721c7e5ad5c799d26516766765cb54c4a1bcc178ea73cbf0625de9b0b5410885b74d30695039a69f5b1') diff --git a/sendmailadvanced/PKGBUILD b/sendmailadvanced/PKGBUILD index 0199468d8..ebee3049b 100755 --- a/sendmailadvanced/PKGBUILD +++ b/sendmailadvanced/PKGBUILD @@ -4,7 +4,7 @@ pkgver=1.5 pkgrel=1 pkgdesc="Wrapper for sendmail, which generates stamps and encrypts." arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('gnupg' 'hashcash') @@ -17,7 +17,7 @@ replaces=() backup=('etc/sendmailadvanced.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('18819778eebd5ba4d84bdb415baaca272acdec3b76cdb203d40bb977231b3083d5728afc45fb6501e3dbcf69a19108ecca66127eaad36ddaf6dba11ad84164ef') diff --git a/shutdownasap/PKGBUILD b/shutdownasap/PKGBUILD index a607c6bd7..43dc2b0f3 100755 --- a/shutdownasap/PKGBUILD +++ b/shutdownasap/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.7 pkgrel=1 pkgdesc="simple script for shutdown waiting for certain processes and files to disapear" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('sh') @@ -17,7 +17,7 @@ replaces=() backup=('etc/shutdownasap.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('200145afe60e95244708111a1251a64ab9ae16dc49509f63b60885edba8f93001fe7e90397a99c493750c75b6675b64fdf80d062a08c67ea5c6bdab67883a389') diff --git a/sound-cutter/PKGBUILD b/sound-cutter/PKGBUILD index 0a9057ea5..2f60d40f8 100755 --- a/sound-cutter/PKGBUILD +++ b/sound-cutter/PKGBUILD @@ -4,7 +4,7 @@ pkgver=1.2.4 pkgrel=1 pkgdesc="Wrapper for sox for mastering stereo music (a.k.a. CDs) from multi channel records" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('sox' 'bc') @@ -17,7 +17,7 @@ replaces=() backup=() options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('e6c9b423654a36b556e43aa0fb92e24ac1039677cf6ebe2b9456a434ee60ae34d6e0aaba5a7221d58bfea3a1ab0efc514cb56d150f5c6fcebf5354c80c00525c') diff --git a/update-all/PKGBUILD b/update-all/PKGBUILD index 0aa196313..1ce32c254 100755 --- a/update-all/PKGBUILD +++ b/update-all/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.4.5 pkgrel=2 pkgdesc="Simple script for installing updated packages" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=( @@ -22,7 +22,7 @@ replaces=() backup=('etc/update-me.conf' 'etc/update-all.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('7fcdbfcd3f4f2778d1ff27e7cfd8ee8290e158c7efdc67b76d026895387f7e9746e47e8f61dfd1baaacca42e931a2eb2475f27f9db43acd99b3c1b345535dc8c') diff --git a/update-ddns/PKGBUILD b/update-ddns/PKGBUILD index e367b276a..aa7f1ae89 100755 --- a/update-ddns/PKGBUILD +++ b/update-ddns/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1.7 pkgrel=1 pkgdesc="Script to update freedns.afraid.org's ddns entries if necessary" arch=('any') -url="https://git.eckner.net/${pkgname}.git" +url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('curl' 'iproute2' 'bind-tools') @@ -17,7 +17,7 @@ replaces=() backup=('etc/update-ddns.conf') options=() source=( - "https://git.eckner.net/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz" + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('862632d560324c40262a25359c843e82392a14da143624a50061aad94dcd4b27e5f3cda2db2bc19c91db02ad403cf178ed3dbb15fb0ff7d3832df5859f7e5b63') |