diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-05-11 23:48:14 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-05-11 23:48:14 +1000 |
commit | 95d27e2c202483e0c1b43c4510008f93f66a7308 (patch) | |
tree | 89009decccb5c772e0aa21aec0cb2d3942f27bc0 /tint2 | |
parent | 9ac678a18008086aea8eaa3575920ca5554acd99 (diff) | |
download | contrib-95d27e2c202483e0c1b43c4510008f93f66a7308.tar.gz contrib-95d27e2c202483e0c1b43c4510008f93f66a7308.tar.xz |
tint2: 0.12.8 -> 0.12.10
Diffstat (limited to 'tint2')
-rw-r--r-- | tint2/.md5sum | 2 | ||||
-rw-r--r-- | tint2/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tint2/.md5sum b/tint2/.md5sum index 6069ca47b..77a4bbe13 100644 --- a/tint2/.md5sum +++ b/tint2/.md5sum @@ -1 +1 @@ -6be3d17489c910a752b4c86e0e872ae3 tint2-0.12.8.tar.gz +011b760cb2ed10b8a5194fef92d4ccf9 tint2-0.12.10.tar.gz diff --git a/tint2/Pkgfile b/tint2/Pkgfile index c0f58c20a..643374cd3 100644 --- a/tint2/Pkgfile +++ b/tint2/Pkgfile @@ -5,13 +5,13 @@ # Depends on: cmake imlib2 librsvg ninja startup-notification xorg-libxdamage name=tint2 -version=0.12.8 +version=0.12.10 release=1 source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.gz) #source=(https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$version) build() { - cd tint2-0.12.8-* + cd $name-$version-* cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ |