diff options
author | géballin | 2019-02-18 01:12:56 +0100 |
---|---|---|
committer | géballin | 2019-02-18 01:12:56 +0100 |
commit | 32d63b36c2384554edbf8c328f38d226374ac7f5 (patch) | |
tree | ce5d2bfd1ecb4d189bebe7ae53e9ec7e08e30306 | |
parent | a1481c4cdb79c45e622f170f513f09caf2f47ba7 (diff) | |
download | aur-32d63b36c2384554edbf8c328f38d226374ac7f5.tar.gz |
Updating for ttk-theme-chooser 1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = ttk-theme-chooser pkgdesc = TTK theme chooser is an application to choose and set the default TTK theme - pkgver = 1.0 + pkgver = 1.1 pkgrel = 1 url = https://github.com/Geballin/TTK-Theme-chooser arch = x86_64 @@ -9,8 +9,8 @@ pkgbase = ttk-theme-chooser makedepends = make depends = tcl depends = tk - source = https://github.com/Geballin/TTK-Theme-chooser/archive/1.0.tar.gz - md5sums = 8b13d40274adc6d2ac06bef6b4b316ee + source = https://github.com/Geballin/TTK-Theme-chooser/archive/1.1.tar.gz + md5sums = 17c185f5d068656fc6ec4d979ad1aea0 pkgname = ttk-theme-chooser @@ -1,6 +1,6 @@ # Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr> pkgname=ttk-theme-chooser -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="TTK theme chooser is an application to choose and set the default TTK theme" url="https://github.com/Geballin/TTK-Theme-chooser" @@ -13,9 +13,9 @@ conflicts=() replaces=() backup=() install= -source=("https://github.com/Geballin/TTK-Theme-chooser/archive/1.0.tar.gz") +source=("https://github.com/Geballin/TTK-Theme-chooser/archive/1.1.tar.gz") -md5sums=('8b13d40274adc6d2ac06bef6b4b316ee') +md5sums=('17c185f5d068656fc6ec4d979ad1aea0') build() { tar xzf ${pkgver}.tar.gz |