Compare commits
No commits in common. "d24fe992957830d09274c51c855972036f6d194b" and "48932538f540c1286aad12b4ea9b0d1815709a55" have entirely different histories.
d24fe99295
...
48932538f5
4 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = clonezilla-unstable
|
||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||
pkgver = 5.4.7
|
||||
pkgrel = 1
|
||||
pkgver = 5.4.6
|
||||
pkgrel = 2
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
license = GPL2
|
||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
|||
provides = clonezilla
|
||||
conflicts = clonezilla
|
||||
backup = etc/drbl/drbl-ocs.conf
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.4.7.tar.xz
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.4.6.tar.xz
|
||||
source = usrbin.patch
|
||||
sha256sums = dd337f5711746d8e563aa5e9a34557bb66084a04df6355d566a996c545f2d3a6
|
||||
sha256sums = 93b8f584a97828603c752b1c05ce93dbed4c3d41a0e29213754cccbd6ee1e13c
|
||||
sha256sums = 9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6
|
||||
|
||||
pkgname = clonezilla-unstable
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.4.7
|
||||
pkgrel=1
|
||||
pkgver=5.4.6
|
||||
pkgrel=2
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
url="https://clonezilla.org"
|
||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
|||
provides=("${_pkgname}")
|
||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||
'usrbin.patch')
|
||||
sha256sums=('dd337f5711746d8e563aa5e9a34557bb66084a04df6355d566a996c545f2d3a6'
|
||||
sha256sums=('93b8f584a97828603c752b1c05ce93dbed4c3d41a0e29213754cccbd6ee1e13c'
|
||||
'9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sublime-text-dev
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
||||
pkgver = 4.4150
|
||||
pkgver = 4.4149
|
||||
pkgrel = 1
|
||||
url = https://www.sublimetext.com/dev
|
||||
install = sublime-text-dev.install
|
||||
|
@ -11,9 +11,9 @@ pkgbase = sublime-text-dev
|
|||
depends = gtk3
|
||||
provides = sublime-text
|
||||
conflicts = sublime-text
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4150_x64.tar.xz
|
||||
sha256sums_x86_64 = e8a69fa783319829fdefc4aa8d263ca804fa61cffb582f14f63564214526507b
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4150_arm64.tar.xz
|
||||
sha256sums_aarch64 = 74fc5ed912e83094bead5b5c55966930f43981f4c49d6fc835c9f36187851084
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4149_x64.tar.xz
|
||||
sha256sums_x86_64 = 85e3f7ed405436e95af1157cdad497c0a018c22d8336e6c70120f615c2d1923b
|
||||
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4149_arm64.tar.xz
|
||||
sha256sums_aarch64 = bb529423eb2dffe4fdb4d561faef7ee59490223dba6325c6b5046b8c1fa968e4
|
||||
|
||||
pkgname = sublime-text-dev
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: realitygaps <realitygaps at yahoo dot com>
|
||||
|
||||
pkgname=sublime-text-dev
|
||||
pkgver=4.4150
|
||||
pkgver=4.4149
|
||||
pkgrel=1
|
||||
pkgdesc='Sophisticated text editor for code, html and prose - dev build'
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
@ -17,8 +17,8 @@ install=${pkgname}.install
|
|||
source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
|
||||
source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
|
||||
|
||||
sha256sums_x86_64=('e8a69fa783319829fdefc4aa8d263ca804fa61cffb582f14f63564214526507b')
|
||||
sha256sums_aarch64=('74fc5ed912e83094bead5b5c55966930f43981f4c49d6fc835c9f36187851084')
|
||||
sha256sums_x86_64=('85e3f7ed405436e95af1157cdad497c0a018c22d8336e6c70120f615c2d1923b')
|
||||
sha256sums_aarch64=('bb529423eb2dffe4fdb4d561faef7ee59490223dba6325c6b5046b8c1fa968e4')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Reference in a new issue